Testing

Testing

Professional Development

15 Qs

quiz-placeholder

Similar activities

Giving advice

Giving advice

9th Grade - Professional Development

10 Qs

English Assessment - 3th semester - P1 - 2

English Assessment - 3th semester - P1 - 2

Professional Development

20 Qs

MINI GAME CÙNG CANVA

MINI GAME CÙNG CANVA

Professional Development

10 Qs

Future simple

Future simple

Professional Development

14 Qs

PRE - VOCABULARY TEST 8

PRE - VOCABULARY TEST 8

Professional Development

15 Qs

Welcome Spring

Welcome Spring

Professional Development

20 Qs

Expressing preferences and making suggestions

Expressing preferences and making suggestions

Professional Development

10 Qs

TOEFL Written Expression Review (2)

TOEFL Written Expression Review (2)

11th 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

Create a free account and access millions of resources

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?