C Multiple Choice Questions
- What is right way to Initialization array?
- int num[6] = { 2, 4, 12, 5, 45, 5 } ;
- int n{} = { 2, 4, 12, 5, 45, 5 } ;
- int n{6} = { 2, 4, 12 } ;
- int n(6) = { 2, 4, 12, 5, 45, 5 } ;
Added By : Rohit
- What is an array?
- An array is a collection of variables that are of the dissimilar data type.
- An array is a collection of variables that are of the same data type.
- An array is not a collection of variables that are of the same data type.
- None of the above.
Added By : Rohit
- Which of the following shows the correct hierarchy of arithmetic operations in C
- / + * -
- * - / +
- + - / *
- * / + -
Added By : Nitin Goyal
- Which of the following is allowed in a C Arithmetic instruction
- []
- {}
- ()
- None of the above
Added By : Nitin Goyal
- A C variable cannot start with
- An alphabet
- A number
- A special symbol other than underscore
- both (b) and (c)
Added By : Nitin Goyal
- C programs are converted into machine language with the help of
- An Editor
- A compiler
- An operating system
- None of the above
Answer :
B
Explanation:
A compiler is a system software that converts high level language into machine level language.
Added By : Nitin Goyal
- For 16-bit compiler allowable range for integer constants is ______ ?
- -3.4e38 to 3.4e38
- -32767 to 32768
- -32768 to 32767
- -32668 to 32667
Added By : Nitin Goyal
- C Language developed at _____?
- AT & T's Bell Laboratories of USA in 1972
- AT & T's Bell Laboratories of USA in 1970
- Sun Microsystems in 1973
- Cambridge University in 1972
Added By : Nitin Goyal
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