C Language Basic Quiz

C Language Basic Quiz

7th Grade - Professional Development

10 Qs

quiz-placeholder

Similar activities

PPS : Quiz 2

PPS : Quiz 2

University

15 Qs

Computer

Computer

10th Grade

15 Qs

C++ Quiz-1

C++ Quiz-1

University

15 Qs

JSP

JSP

University

10 Qs

BASIC OF C

BASIC OF C

12th Grade

10 Qs

TLE G9 Q3-1

TLE G9 Q3-1

9th Grade

15 Qs

If else

If else

University

15 Qs

FODS-Program Basics

FODS-Program Basics

University

15 Qs

C Language Basic Quiz

C Language Basic Quiz

Assessment

Quiz

Computers, Other

7th Grade - Professional Development

Easy

Created by

Saaem Faridi

Used 63+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Who is the founder of C Language?

Dennis Ritchie

Albert Einstein

Guido van Rossum

James Gosling

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When was c language released?

1947

1980

1991

1972

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

which is the correct syntax of a basic c program?

#include <iostream>

int main(){

return 0;

}

#include <stdio.h>

int main(){

return 0;

}

public void main()

{

}

public class Program // access modifier set as public{}

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which punctuation used at end of any statement?

:

>

=

;

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which bracket is used to begin and end a program in c?

()

{}

[]

{[]}

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is a correct comment in c?

/comment/

/*comment*/

cmt comment;

> comment

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

C language is

high level language

machine independent language

middle level language

low level language

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?