c program -basic

c program -basic

Professional Development

10 Qs

quiz-placeholder

Similar activities

C# - I

C# - I

Professional Development

10 Qs

SLG IPC144 Week 11

SLG IPC144 Week 11

Professional Development

15 Qs

C Code Master lvl 2 A

C Code Master lvl 2 A

Professional Development

10 Qs

Printf Scanf Quiz

Printf Scanf Quiz

Professional Development

10 Qs

X-Quiz #4

X-Quiz #4

Professional Development

10 Qs

Practice Test Operator and Control Flow Statement 01

Practice Test Operator and Control Flow Statement 01

Professional Development

15 Qs

Concept Test for C & C++ Programming

Concept Test for C & C++ Programming

University - Professional Development

10 Qs

C PROGRAMMING BASICS-QUIZ-1

C PROGRAMMING BASICS-QUIZ-1

Professional Development

15 Qs

c program -basic

c program -basic

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Ninu Sahil

Used 698+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

C language is developed by

Tim Berners Lee

Dennis Ritchi

Bjarne Stroustrup

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is output function in C

int

%d

scanf()

printf()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is input function in C

printf()

scanf()

int

%d

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

syntax of scanf() in C

scanf("format specifier",variable);

scanf("format specifier",&variable);

scanf("format specifier,variable");

scanf(format specifier,&"variable");

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

syntax of printf() in C

printf("%format specifier",&variable);

printf("%format specifier",variable);

'printf(%format specifier,"variable");

printf("%format specifier,&variable");

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

format specifier of int

%i

%c

%d

%b

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

memory allocation of float

1 byte

2 byte

4 byte

8 byte

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?