Podcast
Questions and Answers
Which language is the predecessor to C language?
Which language is the predecessor to C language?
- C++
- php
- BCPL (correct)
- java
Which of the following is not a basic data type in C?
Which of the following is not a basic data type in C?
- char
- int
- float
- number (correct)
Who developed the C programming language?
Who developed the C programming language?
- Peter Norton
- Bill Gates
- Dennis Ritchie (correct)
- Ken Thompson
What is the use of 'break' in a switch statement in C?
What is the use of 'break' in a switch statement in C?
What is the sizeof(float) in C?
What is the sizeof(float) in C?
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?
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?
How many keywords are there in C?
How many keywords are there in C?
Which symbol is used as a statement terminator in C?
Which symbol is used as a statement terminator in C?
Which of the following are tokens in C?
Which of the following are tokens in C?
Flashcards are hidden until you start studying