Search Header Logo

VAC Exam L19

Authored by Rajesh Chennai

Computers

University

Used 2+ times

VAC Exam L19
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

All keywords in C are in ____________

LowerCase letters

UpperCase letters

CamelCase letters

None of the above

2.

MULTIPLE CHOICE QUESTION

30 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;

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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



a) String str;

b) char *str;

c) float str = 3e2;

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

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is #include <stdio.h>?



a) Preprocessor directive

b) Inclusion directive

c) File inclusion directive

d) None of the mentioned

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The C-preprocessors are specified with _________ symbol.



a) #

b) $

c) ” ”

d) &

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the sizeof(char) in a 32-bit C compiler?



a) 1 bit

b) 2 bits

c) 1 Byte

d) 2 Bytes

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

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




a) Attach

b) Append

c) Apprehend

d) Add

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?