Podcast
Questions and Answers
Which language is the predecessor to C language?
Which language is the predecessor to C language?
Which of the following is not a basic data type in C?
Which of the following is not a basic data type in C?
Who developed the C programming language?
Who developed the C programming language?
What is the use of 'break' in a switch statement in C?
What is the use of 'break' in a switch statement in C?
Signup and view all the answers
What is the sizeof(float) in C?
What is the sizeof(float) in C?
Signup and view all the answers
What is the valid range of numbers for the int type of data in C?
What is the valid range of numbers for the int type of data in C?
Signup and view all the answers
Which escape character can be used to begin a new line in C?
Which escape character can be used to begin a new line in C?
Signup and view all the answers
How many keywords are there in C?
How many keywords are there in C?
Signup and view all the answers
Which symbol is used as a statement terminator in C?
Which symbol is used as a statement terminator in C?
Signup and view all the answers
Which of the following are tokens in C?
Which of the following are tokens in C?
Signup and view all the answers