Sample

Sample

University

8 Qs

quiz-placeholder

Similar activities

Ejemplos de instrucciones en programación

Ejemplos de instrucciones en programación

University

6 Qs

data abstraction

data abstraction

University

12 Qs

Quiz - Hardware & Software

Quiz - Hardware & Software

University

10 Qs

POSTEST INFORMATIKA

POSTEST INFORMATIKA

9th Grade - University

10 Qs

🥰🥰

🥰🥰

University

10 Qs

Operasi Input & Output C++

Operasi Input & Output C++

University

10 Qs

C Basics 2

C Basics 2

University

10 Qs

C# quiz

C# quiz

12th Grade - University

5 Qs

Sample

Sample

Assessment

Quiz

Information Technology (IT)

University

Medium

Created by

Selvakumari Sivashanmugam

Used 3+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

C is developed by

Denis Ritchie

Thomson

both (a) and (b)

None of these

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The input statement of C language is

printf

scanf

gets

None of these

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The output statement of C is

scanf

put

printf

None of these

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

______ functions are not written by the user

library

user defined

derived

None of thes

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The standard header file in C is

conio.h

stdio.h

math.h

None of these

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid variable declaration in C?

int 1a;

double 2b;

float a1;

char a-b;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the 'return' statement in C?

To take input

To exit a function

To declare a variable

To print output

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used to access members of a structure in C?

*

->

&

.