Search Header Logo

c quiz

Authored by Jahnavi Siddavaram

Computers

University

c quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1. Who is the father of C language?

Steve Jobs

James Gosling

Dennis Ritchie

Rasmus Lerdorf

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

2. 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(like goto, static)

Variable names cannot start with a digit

Variable can be of any length

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

volatile

true

friend

export

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

4. Which of the following declaration is not supported by C language?

String str;

char *str;

float str = 3e2;

Both “String str;” and “float str = 3e2;”

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

5. When a C program is started, O.S environment is responsible for opening file and providing pointer for that file?

Standard input

Standard output

Standard error

All of the mentioned

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

6. What is meant by ‘a’ in the following C operation?

fp = fopen("Random.txt", "a");

Attach

Append

Apprehend

Add

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

7. What will be the output of the following C code?

#include <stdio.h>

int main()

{

int y = 1000;

int y = 34;

printf("Hello World! %d\n", y);

return 0;

}

Compile time error

Hello World! 34

Hello World! 1000

Hello World! followed by a junk value

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?