CD114C_Quiz1_2023_2024

CD114C_Quiz1_2023_2024

Professional Development

12 Qs

quiz-placeholder

Similar activities

C Code Master lvl 2 A

C Code Master lvl 2 A

Professional Development

10 Qs

C PROGRAMMING BASICS-QUIZ-1

C PROGRAMMING BASICS-QUIZ-1

Professional Development

15 Qs

Prueba Diagnostica Modulo 2

Prueba Diagnostica Modulo 2

Professional Development

10 Qs

Think it through

Think it through

University - Professional Development

16 Qs

Basic syntax

Basic syntax

Professional Development

10 Qs

Practice Test Operator and Control Flow Statement 01

Practice Test Operator and Control Flow Statement 01

Professional Development

15 Qs

python quiz

python quiz

6th Grade - Professional Development

10 Qs

Java Certification

Java Certification

Professional Development

10 Qs

CD114C_Quiz1_2023_2024

CD114C_Quiz1_2023_2024

Assessment

Quiz

Computers

Professional Development

Medium

Created by

kunisetti subramanyam

Used 5+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Who is the father of C language?

Steve Jobs

James Gosling

Dennis Ritchie

Rasmus Lerdorf

2.

MULTIPLE CHOICE QUESTION

1 min • 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

1 min • 1 pt

All keywords in C are in ____________

LowerCase letters

UpperCase letters

CamelCase letters

None of the mentioned

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is true for variable names in C?

They can contain alphanumeric characters as well as special characters

It is not an error to declare a variable to be one of the keywords

Variable names cannot start with a digit

Variable can be of any length

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which is valid C expression?

int my_num = 100,000;

int my_num = 100000;

int my num = 1000;

int $my_num = 10000;

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following cannot be a variable name in C?

volatile

true

friend

export

7.

MULTIPLE CHOICE QUESTION

1 min • 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

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?