33.
For 16-bit compiler allowable range for integer constants is ________?

34.
C programs are converted into machine language with the help of

37.
Which one of the following is not a reserved keyword for C?

38.
A C variable cannot start with

39.
Which one of the following is not a valid identifier?

40.
What will be printed after execution of the following program code?
main()
{
      printf("\\nab"); 
      printf("\\bsi"); 
      printf("\\rha"); 
}

Read More Section(C Fundamentals)

Each Section contains maximum 100 MCQs question on C Fundamentals. To get more questions visit other sections.