CSE C Section

CSE C Section

University

20 Qs

quiz-placeholder

Similar activities

Common errors in C programming

Common errors in C programming

University

15 Qs

1st Year quiz

1st Year quiz

University

20 Qs

C - Strings

C - Strings

University

20 Qs

Operators in C

Operators in C

University

24 Qs

Programming in C(1)

Programming in C(1)

University

20 Qs

PSC Quiz1

PSC Quiz1

University - Professional Development

20 Qs

Competitive Coding-I

Competitive Coding-I

University

20 Qs

Beginning C Programming

Beginning C Programming

University

23 Qs

CSE C Section

CSE C Section

Assessment

Quiz

Computers

University

Hard

Created by

Santhanalakshmi Kabilan

Used 19+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Who is the father of C language?

Steve Jobs

James Gosling

Dennis Ritchie

Rasmus Lerdorf

2.

MULTIPLE CHOICE QUESTION

10 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

10 sec • 1 pt

All keywords in C are in

LowerCase letters

UpperCase letters

CamelCase letters

None of the mentioned

4.

MULTIPLE CHOICE QUESTION

10 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

10 sec • 1 pt

What is short int in C programming?

The basic data type of C

Qualifier

Short is the qualifier and int is the basic data type

All of the mentioned

6.

MULTIPLE CHOICE QUESTION

10 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

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is an example of iteration in C?

for

while

do-while

all of the mentioned

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?