C Programming Midterm Review

Quiz
•
Computers
•
11th - 12th Grade
•
Medium
Robert Madera
Used 85+ times
FREE Resource
40 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int main()
{
int a = 10, b = 25;
a = b++ + a++;
b = ++b + ++a;
printf("%d %d n", a, b);
}
36 64
35 62
36 63
30 28
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int main ()
{
int x = 24, y = 39, z = 45;
z = x + y;
y = z - y;
x = z - y;
printf ("n%d %d %d", x, y, z);
}
24 39 63
39 24 63
24 39 45
39 24 45
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Who is Father of C Language
Bjarne Stroustrup
James A. Gosling
Dennis Ritchie
Dr. E.F. Codd
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
C Language is developed at ___________?
AT & T's Bell Laboratories of USA in 1972
AT & T's Bell Laboratories of USA in 1970
Sun Microsystems in 1973
Cambridge University in 1972
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
C programs are converted into machine language with the help of
An Editor
A compiler
An operating system
None of these.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which is the only function all C programs must contain?
start()
system()
printf()
main()
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is not a correct variable type?
float
real
int
char
Create a free account and access millions of resources
Similar Resources on Wayground
40 questions
C Programming Quiz

Quiz
•
12th Grade
39 questions
G12_End of Term2_Revision

Quiz
•
9th - 12th Grade
40 questions
Java Test - 1

Quiz
•
9th - 12th Grade
40 questions
quiz java

Quiz
•
12th Grade
37 questions
Robotics-1-PythonBooksA

Quiz
•
9th - 12th Grade
42 questions
Quiz Pemrograman Java

Quiz
•
11th Grade
41 questions
แบบทดสอบวิชาการเขียนโปรแกรมภาษาไพธอนเบื้องต้น (ภาคทฤษฎี)

Quiz
•
11th Grade
40 questions
9th Grade - IT Programming - 2nd Cycle Exam

Quiz
•
9th 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
9/11 Experience and Reflections

Interactive video
•
10th - 12th 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
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade