VISVOTSAV 2K25 CODING ROUND 1 - II - IV

VISVOTSAV 2K25 CODING ROUND 1 - II - IV

University

20 Qs

quiz-placeholder

Similar activities

QUIZERIA

QUIZERIA

University

20 Qs

umang bishya

umang bishya

University

20 Qs

python giber

python giber

University

21 Qs

C Basics_1

C Basics_1

University

15 Qs

Con trỏ

Con trỏ

University

25 Qs

Code_Club

Code_Club

University

20 Qs

Đề 1 CNTT

Đề 1 CNTT

University

20 Qs

APTITUDE PRACTICE TEST MOCK-1 @ 14-7-2020

APTITUDE PRACTICE TEST MOCK-1 @ 14-7-2020

University

25 Qs

VISVOTSAV 2K25 CODING ROUND 1 - II - IV

VISVOTSAV 2K25 CODING ROUND 1 - II - IV

Assessment

Quiz

Other

University

Hard

Created by

Ganesh D

Used 4+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the size of int in most modern 64-bit GCC compilers?

2 bytes

4 bytes

8 bytes

Depends on OS

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a valid identifier in C?

my_var

_value2

2value

value_

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code? #include int main() { int a = 5, b = 2; printf("%d", a / b); return 0; }

2.5

2

3

Error

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to exit from a loop immediately?

continue

break

exit

return

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will sizeof('A') return in C?

1

2

4

Implementation dependent

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a valid storage class in C?

auto

register

volatile

static

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of this program? #include int main() { char str[] = "Hello"; printf("%c", *str); return 0; }

H

e

Hello

Garbage value

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?