CODESTRY ROUND 1

CODESTRY ROUND 1

University

20 Qs

quiz-placeholder

Similar activities

Technoquiz..3

Technoquiz..3

University

15 Qs

Programming Review

Programming Review

University

20 Qs

Key plumbing principles

Key plumbing principles

University

15 Qs

Con trỏ

Con trỏ

University

25 Qs

Quize on c language and html

Quize on c language and html

University

15 Qs

CO KHI ĐIỆN LỰC 1- CHƯƠNG 7( MÁY NÉN CÁNH DẪN)

CO KHI ĐIỆN LỰC 1- CHƯƠNG 7( MÁY NÉN CÁNH DẪN)

University

16 Qs

QUIZERIA

QUIZERIA

University

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