VAC Exam L19

VAC Exam L19

University

15 Qs

quiz-placeholder

Similar activities

MATEMATICA BOOLEANA

MATEMATICA BOOLEANA

University

19 Qs

IT-7 : Remedial UH-3

IT-7 : Remedial UH-3

University

15 Qs

Tutorium1

Tutorium1

University

10 Qs

Graficas con matlab y pandas

Graficas con matlab y pandas

University

10 Qs

CSC126 Quick Exercise 1-1

CSC126 Quick Exercise 1-1

University

10 Qs

Decomposição: desenvolvendo um quiz sobre reciclagem / 9 ano

Decomposição: desenvolvendo um quiz sobre reciclagem / 9 ano

9th Grade - University

10 Qs

String & Struct Exercise

String & Struct Exercise

University

17 Qs

Fellowship program 2021

Fellowship program 2021

University - Professional Development

15 Qs

VAC Exam L19

VAC Exam L19

Assessment

Quiz

Computers

University

Medium

Created by

Rajesh Chennai

Used 2+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?