C Programming Quiz-1

C Programming Quiz-1

University

10 Qs

quiz-placeholder

Similar activities

Mengenal Jendela dan Ikon Microsoft Excel

Mengenal Jendela dan Ikon Microsoft Excel

7th Grade - University

15 Qs

SegInt

SegInt

University

10 Qs

C++ Array Quiz

C++ Array Quiz

University

10 Qs

quiz pertemuan 2 asik ddp

quiz pertemuan 2 asik ddp

University

15 Qs

Intro 2 Docker

Intro 2 Docker

12th Grade - University

10 Qs

6ta generación de computadoras

6ta generación de computadoras

University

10 Qs

Parcial - Módulo IV

Parcial - Módulo IV

1st Grade - University

15 Qs

Summer Code Camp - Lesson 1

Summer Code Camp - Lesson 1

University

10 Qs

C Programming Quiz-1

C Programming Quiz-1

Assessment

Quiz

Computers

University

Medium

Created by

Pankaj Kapoor

Used 527+ times

FREE Resource

10 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 one of the following is not a valid identifier?

_examveda

1examveda

exam_veda

examveda1

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the only function all C programs must contain?

start()

system()

printf()

main()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a correct variable type?

float

real

int

char

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

int main()

{

int a = 10, b = 25;

a = b++ + a++;

b = ++b + ++a;

printf("%d %d n", a, b);

}

36 64

35 62

36 63

30 28

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?