c language

c language

University

25 Qs

quiz-placeholder

Similar activities

DEBUGGING

DEBUGGING

University

26 Qs

All About Aviation!!!!!!!!!!!!

All About Aviation!!!!!!!!!!!!

2nd Grade - Professional Development

20 Qs

CODEATHON'22

CODEATHON'22

University

20 Qs

CodeQuest-R1

CodeQuest-R1

University

20 Qs

Luyện tập 1

Luyện tập 1

University

20 Qs

Tech CivilWar

Tech CivilWar

University

30 Qs

Technical Quiz WCC

Technical Quiz WCC

University

30 Qs

Test de evaluación para prácticas del Summer Camp

Test de evaluación para prácticas del Summer Camp

University

20 Qs

c language

c language

Assessment

Quiz

Other

University

Medium

Created by

ANJALI JAIN

Used 27+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Who developed C languages?

Ken Thomson

Peter Norton

Von Neuman

Dennis Ritchie

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

C Language 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

A C variable cannot start with

An alphabet

A number

A special symbol other than underscore

both (b) and (c)

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is allowed in a C Arithmetic instruction?

[]

{}

()

none

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

C programs are converted into machine language with the help of

compiler

editor

operating system

assembler

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

#include<stdio.h>


main()

{

int const a = 5;

a++;

printf(“%d”,a);

}

5

6

complie error

runtime error

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

A single line comment in C language source code can begin with _____

:

;

//

/*

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?