C Language Basic Quiz

C Language Basic Quiz

7th Grade - Professional Development

10 Qs

quiz-placeholder

Similar activities

C Program Array and strings

C Program Array and strings

University

10 Qs

C++ misc-1

C++ misc-1

University

15 Qs

QUIZ 1: REVIEW ON C

QUIZ 1: REVIEW ON C

University

15 Qs

C Viva

C Viva

University

10 Qs

Programming in Java

Programming in Java

8th Grade

10 Qs

Java Programming Quiz #1

Java Programming Quiz #1

Professional Development

10 Qs

Python Basics

Python Basics

Professional Development

10 Qs

BASIC OF C

BASIC OF C

12th Grade

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