A Variable of a particular type can hold only a constant of the same type. Choose the right answer ??
A) TRUE
B) FALSE
C) It depends on the place the variable is declared
D) None of the above
Multiple Choice Questions on History Of C Language. The questions include Basics of C Language and the History of C Language.
A) TRUE
B) FALSE
C) It depends on the place the variable is declared
D) None of the above
A) Statements
B) Functions
C) Variables
D) All of the above
A)’A’ ‘a’
B) ‘1’ ‘9’
C) ‘$”#’
D) All the above
A) Databases
B) Graphics applications
C) Word Processors
D) All of the above
A) 1999
B) 1978
C) 1972
D) 1990
A) int myname = 50;
int my_name = 50;
B) int myname = 50;
int my,name = 50;
C) int myname = 50;
int my name = 50;
D) All are right
A) Android
B) Linux
C) Ubuntu
D) Unix
A) C Language
B) B Language
C) D Language
D) None