Podcast
Questions and Answers
Which of the following are INVALID variable names in C?
Which of the following are INVALID variable names in C?
- hELLO
- GROSSSALARY
- team'svictory (correct)
- fullName
Which of the following are INCORRECT statements in C?
Which of the following are INCORRECT statements in C?
- int int = 314.562 * 150 ;
- int Int = 500;
- 4000 = basic_sala ry ; (correct)
- a = b = 3 = 4
C programs are converted into machine language with the help of:
C programs are converted into machine language with the help of:
- An Editor
- A Compiler (correct)
- None of the above
- An Operating System
The real (also known as float) constant in C can be expressed in which of the following forms?
The real (also known as float) constant in C can be expressed in which of the following forms?
A character variable can at a time store:
A character variable can at a time store:
Flashcards are hidden until you start studying