Programming Quiz(BCA 3rd)

Programming Quiz(BCA 3rd)

University

70 Qs

quiz-placeholder

Similar activities

Quiz 03 - FHCI

Quiz 03 - FHCI

University

70 Qs

CS314_Quiz-01_Finals

CS314_Quiz-01_Finals

University

70 Qs

Quiz về Blockchain

Quiz về Blockchain

University

66 Qs

Ернур икт 2

Ернур икт 2

University

65 Qs

Câu hỏi về Regression và Linear Regression

Câu hỏi về Regression và Linear Regression

University

70 Qs

Quiz về Kiểm thử Phần mềm

Quiz về Kiểm thử Phần mềm

University

67 Qs

PROGRAMMING QUIZZES

PROGRAMMING QUIZZES

University

66 Qs

DataMan_Q2

DataMan_Q2

University

74 Qs

Programming Quiz(BCA 3rd)

Programming Quiz(BCA 3rd)

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

Nagendra Gaur

Used 2+ times

FREE Resource

70 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a valid C keyword?

for

while

loop

if

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used to get the address of a variable in C?

*

&

%

$

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code snippet?

int x = 10;

printf("%d", x++);

9

11

10

12

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In C, which function is used to read a character from the standard input?

scanf()

getchar()

getch()

gets()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an exit-controlled loop?

for

do-while

while

if

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default return type of a function in C if not specified?

float

int

void

char

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which symbol is used to define a preprocessor macro in C?

$

#

&

@

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?