AIML 2ND SEM POP APTITUDE

AIML 2ND SEM POP APTITUDE

University

20 Qs

quiz-placeholder

Similar activities

Python basic 2

Python basic 2

University

15 Qs

Python MCQ

Python MCQ

University

20 Qs

Chapter 1 - 2 Review -- 4-8-2024

Chapter 1 - 2 Review -- 4-8-2024

University

18 Qs

break_Tayo_02

break_Tayo_02

University

20 Qs

DAM23603 Q1

DAM23603 Q1

University

15 Qs

Fundamentals of Programming C++

Fundamentals of Programming C++

9th Grade - University

20 Qs

[AP CSP] FOR & WHILE LOOPS

[AP CSP] FOR & WHILE LOOPS

9th Grade - University

20 Qs

C++ Chapter 6 Review - Functions

C++ Chapter 6 Review - Functions

10th Grade - University

20 Qs

AIML 2ND SEM POP APTITUDE

AIML 2ND SEM POP APTITUDE

Assessment

Quiz

Computers

University

Hard

Created by

shwetha ramu

Used 1+ 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 $main;

int variable_count;

float rate;

int number;

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an example of iteration in C?

while

for

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 byte

2 byte

1 bit

2 bits

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

stdio.h

ctype.h

stdarg.h

stdlib.h

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

C is a ______language.

middle level

low level

high level

machine level

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following are tokens in C?

Variable

Keywords

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=b=c

a==b

a=5

a=+5

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?