What is the output of this statement "printf("%d", (a++))"?

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
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 Quizizz
50 questions
Orientation Quiz

Quiz
•
University - Professi...
47 questions
PPS TEST 4

Quiz
•
University
50 questions
Quiz

Quiz
•
University
50 questions
C Language

Quiz
•
University
49 questions
Test 1

Quiz
•
University
50 questions
BSIT1104 CP PL Exam

Quiz
•
University
50 questions
Data Structures Quiz

Quiz
•
University
50 questions
Java Programming Quiz 2-6

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