C Programming

C Programming

1st Grade

5 Qs

quiz-placeholder

Similar activities

Discovering DC Motors

Discovering DC Motors

1st Grade

10 Qs

Fun with Electronics

Fun with Electronics

1st Grade

10 Qs

Civil war Day 21-PWD-Sewage & house drainage

Civil war Day 21-PWD-Sewage & house drainage

1st - 5th Grade

10 Qs

Renold number

Renold number

1st Grade

3 Qs

Vernier Caliper

Vernier Caliper

1st Grade

4 Qs

クイズaaa

クイズaaa

1st Grade - University

2 Qs

Week2 CU

Week2 CU

1st Grade

10 Qs

KNX System Quiz modul 9

KNX System Quiz modul 9

1st Grade

10 Qs

C Programming

C Programming

Assessment

Quiz

Engineering

1st Grade

Hard

Created by

Vasanthi Vasanthi

Used 8+ times

FREE Resource

AI

Enhance your content in a minute

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

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

C language developed in the year?

1972

1980

1990

1969

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the default return type of a c function if not specified?

void

int

float

char

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is a valid C variable name?

int

total_1

1 total

total amount

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which function is used to print output in C?

print()

scanf()

scan()

printf

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the correct format specifier to print an integer in C?

%c

%d

%f

%s