AIML 2ND SEM POP APTITUDE

AIML 2ND SEM POP APTITUDE

University

20 Qs

quiz-placeholder

Similar activities

Programming in C language

Programming in C language

12th Grade - University

18 Qs

Java Class Vocabulary

Java Class Vocabulary

11th Grade - University

17 Qs

Advanced C quiz

Advanced C quiz

University

21 Qs

Functions

Functions

University

15 Qs

PSPD NOOBS

PSPD NOOBS

University

15 Qs

Python Basics

Python Basics

KG - University

16 Qs

Javascript Basics

Javascript Basics

7th Grade - University

24 Qs

Python Recap

Python Recap

7th 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?