CODESTRY ROUND 1

CODESTRY ROUND 1

University

20 Qs

quiz-placeholder

Similar activities

Algo-Unlock

Algo-Unlock

University

20 Qs

Основы Python

Основы Python

University

19 Qs

Compile Error Set  4

Compile Error Set 4

University

20 Qs

UMANG QUIZ

UMANG QUIZ

University

20 Qs

Software Engineering

Software Engineering

University

20 Qs

Mindzone Season-3

Mindzone Season-3

University

15 Qs

Modeule-I-C

Modeule-I-C

University

25 Qs

C Quiz

C Quiz

University

15 Qs

CODESTRY ROUND 1

CODESTRY ROUND 1

Assessment

Quiz

Other

University

Hard

Created by

Shrinivasini Shrinivasini

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1. 1. Who is the father of C language?

a) Steve Jobs

b) James Gosling

c) Dennis Ritchie

  d) Rasmus Lerdorf

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

a) int number;


b) float rate;

c) int variable_count;


d) int $main;

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3. All keywords in C are in ____________

a) LowerCase letters

b) UpperCase letters

c) CamelCase letters

d) None of the mentioned

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

 

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

a) They can contain alphanumeric characters as well as special characters

b) It is not an error to declare a variable to be one of the keywords(like goto, static)


c) Variable names cannot start with a digit

d) Variable can be of any length

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

5. Which is valid C expression?

a) int my_num = 100,000;

b) int my_num = 100000;

c) int my num = 1000;

d) int $my_num = 10000;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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


a) volatile

b) true

c) friend


d) export

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

7. What is short int in C programming?

a) The basic data type of C


b) Qualifier

c) Short is the qualifier and int is the basic data type

d) 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?