POP_CS3

POP_CS3

University

20 Qs

quiz-placeholder

Similar activities

CSE C Section

CSE C Section

University

20 Qs

Programming C

Programming C

University

20 Qs

TECHNICAL C JIT03

TECHNICAL C JIT03

University

15 Qs

Programing Unit-2

Programing Unit-2

University

20 Qs

C Programming 2

C Programming 2

University

25 Qs

IT MANAGER

IT MANAGER

University

15 Qs

Programming Concepts in C

Programming Concepts in C

University

20 Qs

C PROGRAMMING

C PROGRAMMING

University

25 Qs

POP_CS3

POP_CS3

Assessment

Quiz

Computers

University

Hard

Created by

Nithya shree

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Who is the father of C language?

Steve Jobs

James Gosling

Dennis Ritchie

Rasmus Lerdorf

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

int number;

float rate;

int variable_count;

int $main;

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

All keywords in C are in ___________

LowerCase letters

UpperCase letters

CamelCase letters

None of the mentioned

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is valid C expression?

int my_num = 100,000;

int my_num = 100000;

int my num = 1000;

int $my_num = 10000;

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of logical or relational expression in C?

True or False

0 or 1

0 if an expression is false and any positive number if an expression is true

None of the mentioned

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The C-preprocessors are specified with _________ symbol.

#

$

” ”

&

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

scanf() is a predefined function in______header file.

stdlib. h

ctype. h

stdio. h

stdarg. h

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?