TECHNOSAV'24 -Codetronics Level 1

TECHNOSAV'24 -Codetronics Level 1

30 Qs

quiz-placeholder

Similar activities

Putting It All Together Quiz

Putting It All Together Quiz

KG - University

25 Qs

Fire Prevention Quiz

Fire Prevention Quiz

KG - University

25 Qs

Test 1 reviewer

Test 1 reviewer

9th - 12th Grade

30 Qs

Unit 2 Review

Unit 2 Review

12th Grade - University

25 Qs

Mesopotamia Test 2024

Mesopotamia Test 2024

6th Grade

25 Qs

C Programming (Pre test ET Sec B)

C Programming (Pre test ET Sec B)

Professional Development

25 Qs

TECHNOSAV'24 -Codetronics Level 1

TECHNOSAV'24 -Codetronics Level 1

Assessment

Quiz

others

Hard

Created by

Rashmi Joshi

Used 1+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Media Image
1
2
1 and 3
3

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What is the result of logical or relational expression in C?
True or False
0 or 1
0 if an expression is false and any positive number if an expression is true
None of the mentioned

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What is the sizeof(char) in a 32-bit C compiler?
1 bit
2 bits
1 Byte
2 Bytes

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which keyword is used to indicate that a function does not return a value in C?
null
void
none3
empty

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

In a nested loop, if a 'break' statement is executed in the inner loop, what happens?
The entire nested loop is exited
Only the inner loop is exited
The outer loop is paused
The program is terminated

6.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What are global variables in C?
Variables declared within a function
Variables that can be accessed by any function in the program
Constants
Variables that store functions

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What is the correct syntax for an if-else statement in C?
if (condition) { /* code */ } else { /* code */ }
if condition { /* code */ } else { /* code */ }
if (condition) then { /* code */ } else { /* code */ }
if condition then { /* code */ } else { /* code */ }

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?