C programming

Quiz
•
Computers
•
University
•
Medium
Preeti Pandey
Used 108+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Who is the father of C language?
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 Wayground
18 questions
C Language 101

Quiz
•
University
10 questions
C Program Array and strings

Quiz
•
University
10 questions
Arrays in C (II yr 02.07.2020)

Quiz
•
University
20 questions
Programming in C(1)

Quiz
•
University
10 questions
pointers and structures

Quiz
•
University
20 questions
TECHFEST QUALIFYING ROUND

Quiz
•
University
17 questions
Minggu V - PKS 2 - Pemrograman C++

Quiz
•
University
20 questions
Linux 3-4

Quiz
•
University
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade