SSBES' ITM College Nanded,
Department of Computer Science
c
 

Who is the father of C language?
James Gosling
Steve Jobs
Dennis Ritchie
Rasmus Lerdorf
Which of the following is not a valid C Variable name?
Int number;
Float rate;
Int variable_count;
Int $main;
All Keywords in C are in __________________
LowerCase letters
UpperCase letters
CamelCase letters
Noe of the mentationed
What is an example of iteration in C?
For
While
Do-while
All of the above
What is #include
Preprocessor directive
Inclusion directive
File inclusion directive
None of the above
The C-Preprocessors are specified with______________Symbol
#
$
""
&
What is the sizeof(char) in a 32-bit C Compiler?
1 Bit
2 Bits
1 Byte
2 Bytes
Scanf() is a predefined function in________header file.
Stdlib.h
Ctype.h
Stdio.h
Stdarg.h
What will be the final value of x in the following C Code?
#include<stdio.h>
void main()
{
int x=5*9/3+9;
}
3.75
Depends on compiler
24
3
How is an array initialized in C language?
Int a[3]={1,2,3};
Int a={1,2,3};
Int a[]=new int[3];
Int a(3)={1,2,3};
{"name":"SSBES' ITM College Nanded, Department of Computer Science", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"Who is the father of C language?, Which of the following is not a valid C Variable name?, All Keywords in C are in __________________","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}
Powered by: Quiz Maker