C Multiple Choice Questions
- Which is the right way to declare constant in C?
- int constant var =10;
- int const var = 10;
- const int var = 10;
- B & C Both
Added By : Abhijit Kumar
- What is constant?
- Constants have fixed values that do not change during the execution of a program
- Constants have fixed values that change during the execution of a program
- Constants have unknown values that may be change during the execution of a program
- None of the above
Added By : Abhijit Kumar
- What is Keywords?
- Keywords have some predefine meanings and these meanings can be changed.
- Keywords have some unknown meanings and these meanings cannot be changed.
- Keywords have some predefine meanings and these meanings cannot be changed.
- None of the above
Added By : Abhijit Kumar
- What is C Tokens?
- The smallest individual units of c program
- The basic element recognized by the compiler
- The largest individual units of program
- A & B Both
Added By : Abhijit Kumar
- Bitwise operators can operate upon?
- double and chars
- floats and doubles
- ints and floats
- ints and chars
Added By : Mukesh
- perror( ) function used to ?
- Work same as printf()
- prints the error message specified by the compiler
- prints the garbage value assigned by the compiler
- None of the above
Added By : Mukesh
- What is the right way to access value of structure variable book{ price, page }?
- printf("%d%d", book.price, book.page);
- printf("%d%d", price.book, page.book);
- printf("%d%d", price::book, page::book);
- printf("%d%d", price->book, page->book);
Added By : Mukesh
- An array elements are always stored in _________ memory locations.
- Sequential
- Random
- Sequential and Random
- None of the above
Added By : Rohit
Also Exercise
Post Your Question
Social Sharing
Search
Articles
Recently Added Jobs
Rajasthan High Court - Jodhpur Recruitment 2017 for Civil Judges
Last Date: 21 December, 2017
Last Date: 21 December, 2017
WBSEDCL Recruitment - 2017 for Office Executive
Last Date: 16 May, 2017
Last Date: 16 May, 2017
RECRUITMENT OF PROBATIONARY OFFICERS IN STATE BANK OF INDIA
Last Date: 06 March, 2017
Last Date: 06 March, 2017
UPSC Combined Medical Services Examination 2015
Last Date: 10 April, 2015
Last Date: 10 April, 2015
UPSC Engineering Services Examination 2015
Last Date: 10 April, 2015
Last Date: 10 April, 2015