No student devices needed. Know more
10 questions
int y = 4;
y is ........
y is a four-digit integer.
y cannot be greater than a four-digit integer.
y is a four-bit integer.
None of the these
char var1[20];
How many characters can a string hold when declared as follows?
18
19
20
None of these
Who invented C Language.?
Charles Babbage
Graham bell
Dennis Ritchie
Steve Jobs
C is a which level language.?
Low Level
Low, High
High Level
None of the above
Find an integer constant
45
45.67
"12"
c12
Find a Character constant
'Phantom'
'Phantom Techlogics'
All of these
"P"
Among the following, which converts the assembly language into machine language
Translator
Compiler
Interpreter
Assembler
_________ translates high level language into machine language
Loader
Compiler
Interpreter
Assembler
The type reserved word ‘short’ is ___
short long
short int
short char
short float
The correct way of commenting a single line from two lines below?
#printf("Hello C..");
/*printf("Hello C..");
//printf("Hello C..");
/printf("Hello C..");/
Explore all questions with a free account