c program -basic

c program -basic

Professional Development

10 Qs

quiz-placeholder

Similar activities

Skill Development - Debugging Practice1

Skill Development - Debugging Practice1

10th Grade - Professional Development

10 Qs

C ergasia

C ergasia

Professional Development

9 Qs

MindSpace Computers C Test-17

MindSpace Computers C Test-17

Professional Development

10 Qs

Code Round

Code Round

University - Professional Development

5 Qs

C Module 1 Quiz

C Module 1 Quiz

Professional Development

15 Qs

CQuiz1

CQuiz1

Professional Development

11 Qs

C Programming

C Programming

Professional Development

5 Qs

UC_TM04_Strings_Pointers

UC_TM04_Strings_Pointers

University - Professional Development

11 Qs

c program -basic

c program -basic

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Ninu Sahil

Used 695+ 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?