POP 1st MCQ

POP 1st MCQ

University

20 Qs

quiz-placeholder

Similar activities

Kuis Dadakan ;)

Kuis Dadakan ;)

10th Grade - University

15 Qs

Python_2R

Python_2R

KG - Professional Development

20 Qs

Web Systems and Technologies

Web Systems and Technologies

University

20 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

C++ Quiz

C++ Quiz

University

20 Qs

Arrays and Pointers in C

Arrays and Pointers in C

University

15 Qs

CPI:  Chapter 3 Variable

CPI: Chapter 3 Variable

KG - University

16 Qs

Computer 10: Date and Time, String Manipulation Functions

Computer 10: Date and Time, String Manipulation Functions

7th Grade - University

15 Qs

POP 1st MCQ

POP 1st MCQ

Assessment

Quiz

Computers

University

Hard

Created by

Shashikala AB

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

int number;

int variable_count;

int $main;

float rate;

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an example of iteration in C?

for

while

do-while

all of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the sizeof(char) in a 32 bit C compiler?

1 bit

2 bits

1 byte

2 byte

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

scanf() is a predefined function in which header file?

stdlib.h

ctype.h

stdio.h

stdarg.h

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

C is a ______language.

high level

low level

middle level

machine level

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following are tokens in C?

Keywords

Variable

Constants

All of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of compounded assignment statement?

a=5

a=+5

a=b=c

a==b

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?