VISVOTSAV 2K25 CODING ROUND 1 - II - IV

VISVOTSAV 2K25 CODING ROUND 1 - II - IV

University

20 Qs

quiz-placeholder

Similar activities

TS25 REVISITED

TS25 REVISITED

University

20 Qs

PA5 - Resistencia de Materiales (Minas)

PA5 - Resistencia de Materiales (Minas)

University

16 Qs

FINANCIAL MANAGEMENT

FINANCIAL MANAGEMENT

12th Grade - University

20 Qs

Mock_Aptitude_Test 1

Mock_Aptitude_Test 1

University

20 Qs

Quiz No. 4 & 5 - One-Way ANOVA and Two-Way ANOVA

Quiz No. 4 & 5 - One-Way ANOVA and Two-Way ANOVA

University

20 Qs

Test_Chapter2_part2

Test_Chapter2_part2

University

15 Qs

Trivia Day

Trivia Day

9th Grade - University

15 Qs

SIA WEEK 16

SIA WEEK 16

University

20 Qs

VISVOTSAV 2K25 CODING ROUND 1 - II - IV

VISVOTSAV 2K25 CODING ROUND 1 - II - IV

Assessment

Quiz

Other

University

Practice Problem

Hard

Created by

Ganesh D

Used 4+ times

FREE Resource

AI

Enhance your content in a minute

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

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

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?