Worksheetsbasics
Total questions: 15
Worksheet time: 8mins
Which of these is not a correct variable data type?
int
float
real
char
Who is know as founder of C language
Dennis Ritchie
Bjarne Stroustroup
Tim Berner Lee
Rasmus Ledorf
C is a
Low level language
Assembly language
Medium level language
High level language
Which punctuation ends most of the lines of C code?
.
;
,
" "
The starting point of C execution at
==
main()
function()
!=
how to represent single line comment in c programming
//
/*
-----
-----
*/
\\
/*
-----
----- /*
how to give Multi line comment in c programming
/* */
//
*/ */
\\
integer used for
number
alphabets
words
names
float is used for
names
numbers
point values
words
char is used for
point values
words
alphabets
names
stdio.h stands for
standard input output header file
standard output input header file
standard header file
conio.h stands for
Console Input Output Header File
Console Output Input Header File
Console Header File
printf() is.....................
input read
output display
input and output display
When we use Alt + F5 in turbo c
with getch()
Without getch()
For full screen
getch() stands for
get character
get choice
get credit
