C Programming - MCQ Quiz

C Programming - MCQ Quiz

University

20 Qs

quiz-placeholder

Similar activities

Density of Liquids

Density of Liquids

5th Grade - University

15 Qs

Archimedes

Archimedes

8th Grade - University

15 Qs

Buoyancy

Buoyancy

9th Grade - University

15 Qs

Density

Density

5th Grade - University

15 Qs

Properties of Matter Vocab

Properties of Matter Vocab

5th Grade - University

15 Qs

Float or Sink

Float or Sink

4th Grade - University

15 Qs

Density Sink or Float

Density Sink or Float

5th Grade - University

15 Qs

PENJAJALAN

PENJAJALAN

12th Grade - University

16 Qs

C Programming - MCQ Quiz

C Programming - MCQ Quiz

Assessment

Quiz

Science

University

Medium

Created by

Karthick CSE

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is a header file in C?

stdio.c

conio.h

main.h

program.c

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The header file stdio.h mainly deals with:

String manipulation

Standard input/output

Mathematical functions

File handling only

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which header file is required for mathematical functions like sqrt()?

math.h

stdio.h

string.h

conio.h

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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

1number

_value

float

long-int

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which statement is true about identifiers?

Identifiers can start with a number.

Identifiers can contain spaces.

Identifiers are case-sensitive.

Keywords can be used as identifiers.

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is an invalid variable declaration?

int age;

float marks;

char name[20];

double 2value;

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which function is used for formatted output in C?

printf()

scanf()

gets()

puts()

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?