
C Programming Quiz

Quiz
•
Computers
•
University
•
Hard

Manka Sharma
Used 2+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following C code considering the size of a short int is 2, char is 1 and int is 4 bytes?
#include
2, 1, 2
2, 1, 1
2, 1, 4
2, 2, 8
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the data type of the result of the following operation? (float)a * (int)b / (long)c * (double)d
int
long
float
double
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the range of short signed int data type in C Programming, considering 4 bytes are allocated for int?
-128 to + 127
0 to 255
-32768 to +32767
0 to 65535
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the range of unsigned char data type in C Programming?
-128 to + 127
0 to 255
-32768 to +32767
0 to 65535
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code snippet? int a = 10; while(a > 5) { printf("%d ", a); a--; }
10 9 8 7 6 5
10 9 8 7 6
9 8 7 6 5
Infinite loop
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many times is the loop executed in the following code? for (int i = 0; i <= 10; i += 2) { printf ("%d ", i); }
5 times
6 times
10 times
11 times
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following C code? int i = 1; while(i <= 5) { if(i == 3) { break; } printf("%d ", i); i++; }
1 2
1 2 3
1 2 3 4 5
No output
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
ASK F2 -KOD ARAHAN (PYTHON)

Quiz
•
1st Grade - University
10 questions
Rapid Round 1

Quiz
•
University
15 questions
Exploring Python Fundamentals

Quiz
•
12th Grade - University
12 questions
Programação Web - PHP

Quiz
•
University
10 questions
IT Quiz Round 3

Quiz
•
University
10 questions
Variables and Constants

Quiz
•
11th Grade - University
9 questions
C++ Puntatori

Quiz
•
University
14 questions
Quiz z Pythona

Quiz
•
11th Grade - University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Appointment Passes Review

Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
Grammar Review

Quiz
•
6th - 9th Grade