C - Elements of C Language Questions and Answers
Practice ModeShowing 10 of 58 questions
Q51
Where does the execution of everry C program starts ?
Answer: Option A
Q52
Regarding real values in C, which of the following it TRUE ?
1. float occupiesless memory than a double.
2. The range of real numbersthat can be represented by a double is less than those represented by a float.
Answer: Option A
Q53
What is themaximum value of a signed data type that is 8 bits in size ?
Answer: Option C
Q54
What is the largest value aninteger can hold in an ANSI C compiler ?
Answer: Option C
Q55
Among the following, which escape sequence does not have anyspecific meaning ?
Answer: Option D
Q56
The escape sequence character '\x07' is equivalent to thecharacter.
Answer: Option A
Q57
Which of these is an invalid identifier ?
Answer: Option A
Q58
In a compiler there are 36 bits for a word and to store a character, 8 bits are needed.in this to store a character two words are appended.then for storing k characters string, how many words are needed ?
Answer: Option A