C Language Quiz-1

C Language Quiz-1

University - Professional Development

15 Qs

quiz-placeholder

Similar activities

Porcentajes

Porcentajes

University

12 Qs

Briefing Besar PIM III

Briefing Besar PIM III

University

20 Qs

Dasar-Dasar Komputer - PPW23

Dasar-Dasar Komputer - PPW23

University

15 Qs

Tin học 7 - ÔT Cuối kì 2 CĐ Bảng tính  - Trình chiếu

Tin học 7 - ÔT Cuối kì 2 CĐ Bảng tính - Trình chiếu

Professional Development

14 Qs

Hàm

Hàm

Professional Development

10 Qs

Soal SKD

Soal SKD

University - Professional Development

10 Qs

PBO Inheritance Episode 2

PBO Inheritance Episode 2

University

18 Qs

Logika & Pemrograman (ID)

Logika & Pemrograman (ID)

10th Grade - Professional Development

20 Qs

C Language Quiz-1

C Language Quiz-1

Assessment

Quiz

Computers

University - Professional Development

Practice Problem

Medium

Created by

Mandeep Singh

Used 188+ 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

30 sec • 1 pt

Who is Father of C Language

Bjarne Stroustrup

James A. Gosling

Dennis Ritchie

Dr. E.F. Codd

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

C Language is developed at ___________?

AT & T's Bell Laboratories of USA in 1972

AT & T's Bell Laboratories of USA in 1970

Sun Microsystems in 1973

Cambridge University in 1972

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

C programs are converted into machine language with the help of

An Editor

A compiler

An operating system

None of these.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a correct variable type?

float

real

int

char

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

int main ()

{

int x = 24, y = 39, z = 45;

z = x + y;

y = z - y;

x = z - y;

printf ("%d %d %d", x, y, z);

}

24 39 63

39 24 63

24 39 45

39 24 45

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What punctuation is used to indicate the beginning and end of code blocks?

{ }
-> <-
BEGIN and END
( and )

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many loops are there in C

1

3

2

4

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?