1. Who invented C Language.?
2.C language was invented in which laboratories.?
5.Which is valid C expression?
A) int my_num = 100,000;
B) int my_num = 100000;
C) int my num = 1000;
D) int $my_num = 10000;
6.All keywords in C are in ____________
A) LowerCase letters
B) UpperCase letters
C) CamelCase letters
D) None of the mentioned
7.C Language is a successor to which language.?
8.C is a which level language.?
9.C is _______ type of programming language.?
10.High level language is a .?
11.An Identifier can start with.?
12.An Identifier may contain.?
13.What is an Identifier in C Language.?
14.C program is a combination of.?
15.C language is used in the development of .?
16.C language was invented in the year.?
17.Low level language is .?
A) Human readable like language.
B) language with big program size.
C) language with small program size.
D) Difficult to understand and readability is questionable
18.The C-preprocessors are specified with _________ symbol.
A) #
B) $
C) ” ”
D) &
19.Which of the following is NOT possible with any 2 operators in C?
A) Different precedence, same associativity
B) Different precedence, different associativity
C) Same precedence, different associativity
D) All of the mentioned
24.Which of the following is not a valid C variable name?
b) float rate;
c) int variable_count;
d) int $main;
0 Comments