CODETRONICS WORKSHOP TEST

CODETRONICS WORKSHOP TEST

Professional Development

30 Qs

quiz-placeholder

Similar activities

BAGIAN 1 - KUIS MUFRODAT SEPUTAR RUMAH

BAGIAN 1 - KUIS MUFRODAT SEPUTAR RUMAH

Professional Development

30 Qs

FEUR ENG8 QE2 SY2024-25

FEUR ENG8 QE2 SY2024-25

Professional Development

30 Qs

C Programming (Pre test ET Sec B)

C Programming (Pre test ET Sec B)

Professional Development

25 Qs

Pre assessment frontend

Pre assessment frontend

Professional Development

33 Qs

FrontEnd Raibagh

FrontEnd Raibagh

Professional Development

33 Qs

FrontEnd Bihongal

FrontEnd Bihongal

Professional Development

33 Qs

Rajab Quiz

Rajab Quiz

Professional Development

25 Qs

Chapter 11 2021 UPC

Chapter 11 2021 UPC

Professional Development

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