Who is the father of C language?
C programming

Quiz
•
Computers
•
University
•
Medium
Preeti Pandey
Used 107+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Steve Jobs
James Gosling
Dennis Ritchie
Rasmus Lerdorf
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
All keywords in C are in ____________
LowerCase letters
UpperCase letters
CamelCase letters
all of them
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which keyword is used to prevent any changes in the variable within a C program?
variable
mutable
constant
extern
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is an example of iteration in C?
for
while
switch
both A and B
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is #include <stdio.h>?
Preprocessor directive
Inclusion directive
File inclusion directive
None of the mentioned
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
scanf() is a predefined function in______header file.
stdlib. h
conio.h
stdio.h
math.h
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
what will be the output of the following code?
int main()
{
int y = 10000;
int y = 34;
printf("Hello World! %d\n", y);
return 0;
}
Compile time error
Hello World! 34
Hello World! 1000
Hello World! followed by a junk value
Create a free account and access millions of resources
Similar Resources on Quizizz
16 questions
A "C" Event-the backbone of modern coding.

Quiz
•
University
15 questions
C Language Quiz-1

Quiz
•
University - Professi...
10 questions
Array in C

Quiz
•
University
13 questions
C programming-1

Quiz
•
University
20 questions
EST102 : PROGRAMMING IN C TEST 1

Quiz
•
University
20 questions
TECHFEST QUALIFYING ROUND

Quiz
•
University
16 questions
PSC ALM QUIZ

Quiz
•
University
12 questions
C Basics

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade