c language

c language

University

25 Qs

quiz-placeholder

Similar activities

Luyện Tập

Luyện Tập

University

20 Qs

Java Booleans FQ1

Java Booleans FQ1

University

20 Qs

TECHTRIX2025 BUGHUNT SET5

TECHTRIX2025 BUGHUNT SET5

University

20 Qs

Round 3-Tech Titans

Round 3-Tech Titans

University

20 Qs

Kuis_Pemrograman Dasar

Kuis_Pemrograman Dasar

University

20 Qs

Unit 4 & 5

Unit 4 & 5

University

20 Qs

Temel C Programlama Eğitimi

Temel C Programlama Eğitimi

University

20 Qs

C Programming

C Programming

12th Grade - University

25 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?