QUIZ

QUIZ

University

30 Qs

quiz-placeholder

Similar activities

Loops, enums,arrays,conditional statements, variables

Loops, enums,arrays,conditional statements, variables

University

30 Qs

Programming Fundamentals Quiz

Programming Fundamentals Quiz

University

28 Qs

Tin học đại cương - Chương 3: Lập trình C

Tin học đại cương - Chương 3: Lập trình C

University

30 Qs

Arduino

Arduino

10th Grade - University

35 Qs

Seatwork #4

Seatwork #4

12th Grade - University

25 Qs

NumPy Basics Quiz

NumPy Basics Quiz

12th Grade - University

30 Qs

2nd Year Data Structures Quiz Qn

2nd Year Data Structures Quiz Qn

University

35 Qs

Вопросы по C++

Вопросы по C++

University

35 Qs

QUIZ

QUIZ

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

Tapan Panda

Used 4+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is a valid identifier in C ?

int

_var123

123var

#define

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

If no return type is specified for a function, what is its default return type in C?

void

int

float

Compiler error

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which header file is required for printf() and scanf()?

stdlib.h

stdio.h

conio.h

math.h

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

We use malloc and calloc for:

Dynamic memory allocation

Static memory allocation

Both dynamic memory allocation and static memory allocation

None of these

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Full form of ASCII?

African Standard Code for Information Interchange

American Standard Code for International Interchange

American Standard Code for International Intermediate

American Standard Code for Information Interchange

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Who is known as Mother of computer?

Charles Babbage

Alan Turing

Grace Hopper

Ada Lovelace

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is NOT a reserved keyword in C?

extern

static

bool

register

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?