
C program MCQ contest

Quiz
•
Computers
•
University
•
Hard
Koushik T
Used 5+ times
FREE Resource
50 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the output of this statement "printf("%d", (a++))"?
Garbage.
Error message.
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
How many times will the following loop execute?
for(j = 1; j <= 10; j = j-1)
Forever
Never
0
1
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which one of the following is a loop construct that will always be executed once?
for
while
switch
do while
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the result after execution of the following code if a is 10, b is 5, and c is 10?
If ((a > b) && (a <= c))
a = a + 1;
else
c = c+1;
a = 10, c = 10
a = 11, c = 10
a = 10, c = 11
a = 11, c = 11
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
How many characters can a string hold when declared as follows?
char name[20]:
18
19
20
None of these
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Directives are translated by the
pre-processor
compiler
linker
editor
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
How many bytes does "int = D" use?
0
1
2 or 4
10
Create a free account and access millions of resources
Similar Resources on Wayground
45 questions
IP MIDTERM

Quiz
•
University
52 questions
c

Quiz
•
University
50 questions
I CS Quiz 25/9 final

Quiz
•
12th Grade - University
50 questions
MCQ for Coding Carnival

Quiz
•
University
50 questions
C Programming Quiz

Quiz
•
University
51 questions
Yapılar ve Birlikler Quiz

Quiz
•
University
49 questions
Test 2

Quiz
•
University
45 questions
TECHNICAL QUIZ

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