C Language

C Language

University

50 Qs

quiz-placeholder

Similar activities

CC 101 Final Exam

CC 101 Final Exam

University

50 Qs

Joy of Programming

Joy of Programming

University

50 Qs

Java Programming Quiz 2-6

Java Programming Quiz 2-6

University

50 Qs

CIS 1300 FINAL EXAM

CIS 1300 FINAL EXAM

University

50 Qs

2nd C Programming Quiz

2nd C Programming Quiz

University

50 Qs

C programming quiz

C programming quiz

University

55 Qs

first quiz ICT

first quiz ICT

University

48 Qs

Technical MCQ

Technical MCQ

University

45 Qs

C Language

C Language

Assessment

Quiz

Computers

University

Hard

Created by

Vijaya Lakshmi Masabathula

Used 2+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a valid C variable name?

myVar

2var

_myVar

var_2

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code?

int x = 5;

printf("%d", x++);

printf("%d", ++x);

56

65

67

76

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement is used to terminate the loop in C?

end

finish

break

terminate

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code?

int a = 5;

int b = 2;

printf("%d", a / b);

2.5

2

2.0

3

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which header file should be included to use functions like printf() and scanf() in C?

stdio.h

math.h

stdlib.h

conio.h

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the expression sizeof(int) in C on a typical 32-bit system?

2

4

8

Depends on the compiler

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which symbol is used to denote a single-line comment in C?

//

/* */

--

%%

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?