C Programming Midterm Review

C Programming Midterm Review

11th - 12th Grade

40 Qs

quiz-placeholder

Similar activities

PM Akuntansi

PM Akuntansi

12th Grade

40 Qs

Introduction to Internet of Things

Introduction to Internet of Things

11th - 12th Grade

40 Qs

Y11 Revision - Network Topologies + Connections

Y11 Revision - Network Topologies + Connections

10th - 11th Grade

45 Qs

Câu hỏi ôn tập môn Tin học HK1 - Lớp 5

Câu hỏi ôn tập môn Tin học HK1 - Lớp 5

5th Grade - University

37 Qs

TN Tin 6 Bài 1-5

TN Tin 6 Bài 1-5

11th Grade

45 Qs

9.1 Homework 1

9.1 Homework 1

9th - 12th Grade

38 Qs

MIDTERM TEST REVISION 4 GRADE 11

MIDTERM TEST REVISION 4 GRADE 11

11th Grade

40 Qs

Relative pronouns MC

Relative pronouns MC

12th Grade

40 Qs

C Programming Midterm Review

C Programming Midterm Review

Assessment

Quiz

Computers

11th - 12th Grade

Practice Problem

Medium

Created by

Robert Madera

Used 85+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?