CODETRONICS WORKSHOP TEST

CODETRONICS WORKSHOP TEST

Professional Development

30 Qs

quiz-placeholder

Similar activities

Resource Management Final Spring 2023

Resource Management Final Spring 2023

Professional Development

25 Qs

DWV Drawing #3

DWV Drawing #3

Professional Development

25 Qs

FrontEnd Nipani

FrontEnd Nipani

Professional Development

33 Qs

Power Test MCQ

Power Test MCQ

Professional Development

25 Qs

FrontEnd Raibagh

FrontEnd Raibagh

Professional Development

33 Qs

Employability Skills-II

Employability Skills-II

Professional Development

30 Qs

VEX Code VR U3&4

VEX Code VR U3&4

Professional Development

25 Qs

A.R_MAJOR EXAM.3

A.R_MAJOR EXAM.3

Professional Development

35 Qs

CODETRONICS WORKSHOP TEST

CODETRONICS WORKSHOP TEST

Assessment

Quiz

others

Professional Development

Hard

Created by

Rashmi Joshi

Used 3+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What is the output of this statement "printf("%d", (a++))"?

The value of (a + 1)

The current value of a

Error message

Garbage

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

How many times will the following loop execute? for(j = 1; j <= 10; j = j-1)

Forever

Never

0

1

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which one of the following is a loop construct that will always be executed once?

for

while

switch

do while

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

How many bytes does "int D" use?

0

1

2 or 4

10

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Find a correct C Keyword below.

work

permanent

constant

case

6.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which of the following loop types is not supported in C?

for

while

do-while

foreach

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Who defines the user-defined function?

Compiler

Computer

Compiler library

Users

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?