Testing

Testing

Professional Development

15 Qs

quiz-placeholder

Similar activities

Test your English

Test your English

Professional Development

10 Qs

ABP B2 UNIT 12

ABP B2 UNIT 12

Professional Development

10 Qs

SIMPLE PRESENT VS PRESENT CONTINUOUS; ADJECTIVE ORDER

SIMPLE PRESENT VS PRESENT CONTINUOUS; ADJECTIVE ORDER

12th Grade - Professional Development

14 Qs

SASI -BATCH 3-DAY6-FN(25.11.23)

SASI -BATCH 3-DAY6-FN(25.11.23)

Professional Development

15 Qs

Point Zero

Point Zero

Professional Development

15 Qs

CAD CAM CAE Test on Chapter 02

CAD CAM CAE Test on Chapter 02

University - Professional Development

10 Qs

resolutions

resolutions

Professional Development

10 Qs

FCE I wish If only

FCE I wish If only

6th Grade - Professional Development

10 Qs

Testing

Testing

Assessment

Quiz

English

Professional Development

Practice Problem

Hard

Created by

CCC info@ccc.training

Used 3+ times

FREE Resource

AI

Enhance your content in a minute

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

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the prototype of scanf function?

scanf("controlstring",arg1,arg2,arg3,….,argn);
scanf("control string", variable list);
scanf(" varible list,", control string);
scanf("arg1,arg2,arg3,….,argn", control string);

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

#include <stdio.h> int main() { int i = 10, j = 2; printf("%d\n", printf("%d %d ", i, j)); }

Compile time error
10 2 4
10 2 2
10 2 5

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

#include <stdio.h> int main() { int i = 10, j = 3; printf("%d %d %d", i, j); }

Compile time error
10 3
10 3 some garbage value
Undefined behaviour

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

#include <stdio.h> int main() { int i = 10, j = 3, k = 3; printf("%d %d ", i, j, k); }

Compile time error
10 3 3
10 3
10 3 some garbage value

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Escape sequences are prefixed with ________

%
/
"
none of the mentioned

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

printf(“%10s”, state);

10 spaces before the string state is printed
Print empty spaces if the string state is less than 10 characters
Print the last 10 characters of the string
None of the mentioned

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

#include <stdio.h> int main() { int i = 10, j = 2; printf("%d\n", printf("%d %d ", i, j)); }

Compile time error
10 2 4
10 2 2
10 2 5

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?