TECHNOSAV'24 -Codetronics Level 1

TECHNOSAV'24 -Codetronics Level 1

30 Qs

quiz-placeholder

Similar activities

Prelims for Software

Prelims for Software

KG - University

25 Qs

PHP MCQ 1 (kahoot)

PHP MCQ 1 (kahoot)

KG - University

25 Qs

Ozaria Final Assessment

Ozaria Final Assessment

6th - 8th Grade

31 Qs

QP-LPS

QP-LPS

KG - University

25 Qs

IT Elective 2 LEC Midterm Exam

IT Elective 2 LEC Midterm Exam

KG - University

25 Qs

Quiz 1

Quiz 1

KG - University

33 Qs

C Programming YCAP 3 Post Test ET B

C Programming YCAP 3 Post Test ET B

Professional Development

30 Qs

Mid Term Exam Questions

Mid Term Exam Questions

KG - University

27 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?