
C programming

Quiz
•
Professional Development
•
University
•
Hard
Sumit Kumar
Used 1+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 20 pts
What is the 16-bit compiler allowable range for integer constants?
-3.4e38 to 3.4e38
-32767 to 32768
-32668 to 32667
-32768 to 32767
Answer explanation
-32768 to 32767
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
main()
{printf("javatpoint");
main();}
Wrong statement
It will keep on printing javatpoint
It will Print javatpoint once
None of the these
Answer explanation
It will keep on printing javatpoint
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What will this program print?
main()
{
int i = 2;
{
int i = 4, j = 5;
printf("%d %d", i, j);
}
printf("%d %d", i, j);
}
4525
2525
4545
None of these
Answer explanation
4525
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is a lint?
C compiler
Interactive debugger
Analyzing tool
C interpreter
Answer explanation
Analyzing tool
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the output of this statement "printf("%d", (a++))"?
The value of (a + 1)
The current value of a
Error message
Garbage
Answer explanation
The current value of a
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Study the following program:
main()
{
int a = 1, b = 2, c = 3:
printf("%d", a + = (a + = 3, 5, a))
}
What will be the output of this program?
6
9
12
8
Answer explanation
Answer: (d) 8
Explanation: It is an effect of the comma operator.
a + = (a + = 3, 5, a)
It first evaluates to "a + = 3" i.e. a = a + 3 then evaluate 5 and then evaluate "a".
Therefore, we will get the output is 4.
Then,
a + = 4
It gives 8 as the output.
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What does this declaration mean?
int x : 4;
X is a four-digit integer.
X cannot be greater than a four-digit integer.
X is a four-bit integer.
None of the these
Answer explanation
X is a four-bit integer.
Create a free account and access millions of resources
Similar Resources on Wayground
16 questions
UC_TM03_Arrays_Functions

Quiz
•
University - Professi...
20 questions
Python Code

Quiz
•
8th Grade - Professio...
20 questions
Programação de Computadores - Aula - 0

Quiz
•
University
18 questions
Java Como Programar - Deitel - Cap 1 e 2

Quiz
•
University
25 questions
Python-Loops-Iterables

Quiz
•
12th Grade - University
19 questions
Luật Tố tụng hình sự

Quiz
•
University
16 questions
Tech Apps Week 2

Quiz
•
University
19 questions
Lógica de programação C

Quiz
•
University
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade