Font size
Worksheetsc fundamentals
Total questions: 15
Worksheet time: 8mins
C programs are converted into machine language with the help of
An Editor
A compiler
An operating system
None of these.
C Language is developed at ___________?
AT & T's Bell Laboratories of USA in 1972
AT & T's Bell Laboratories of USA in 1970
Sun Microsystems in 1973
Cambridge University in 1972
2.C language was invented to develop which Operating System.?
Android
Linux
Ubuntu
Unix
Which of the following is not correct data type in C ?
int
char
real
float
Compiler will generate source code from machine code
True
False
Which is correct operator to compare two variables in C?
=
==
equal to
+=
Who is the father of C language?
Steve Jobs
James Gosling
Dennis Ritchie
Rasmus Lerdorf
What is the output of following program?
0
1
2
3
Guess the output?
3
-4
4
Compile error
#include is the
header file
body function
comment
preprocessor directive
Which is the keyword in C language?
number
char
integer
function
Which are NOT in the Basic / Primary Data Types?
array
integer
character
float
The escape sequence "\n" is refer to
moves to next vertical tab
moves to next line
moves next vertical tab
moves beginning of the line
The symbol '&' is namely as
Caret
Apostrophe
Semikolon
Ampersand
Which data type is suitable for the following variable?
Address
float
boolean
character
integer
