1BASICS - C PROGRAMMING

1BASICS - C PROGRAMMING

Professional Development

20 Qs

quiz-placeholder

Similar activities

De todo

De todo

1st Grade - Professional Development

16 Qs

UC_TM02_C Programming Basics

UC_TM02_C Programming Basics

University - Professional Development

16 Qs

Ultrasonic

Ultrasonic

Professional Development

15 Qs

Model 11

Model 11

Professional Development

15 Qs

C program

C program

Professional Development

20 Qs

TPEC4

TPEC4

Professional Development

15 Qs

PSC Quiz1

PSC Quiz1

University - Professional Development

20 Qs

C programming_Shivank

C programming_Shivank

Professional Development

20 Qs

1BASICS - C PROGRAMMING

1BASICS - C PROGRAMMING

Assessment

Quiz

Computers

Professional Development

Hard

Created by

A.S.BALAJI Assistant professor CSE

Used 4+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Who invented C Language.?

Charles Babbage

Grahambel

Dennis Ritchie

Steve Jobs

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

C is a which level language.?

Low Level

High Level

Low + High

None

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which program outputs "Hello World.." .?

void main()

{

scanf("Hello World..");

}

void main()

{

printf("Hello World..");

}

void main()

{

print("Hello World..");

}

void main()

{

scan("Hello World..");

}

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

C is _______ type of programming language.?

Object Oriented

Procedural

Bit level language

Functional

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A C program is a combination of.?

Statements

Functions

Variables

All of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an Identifier in C Language.?

Name of a Function or Variable

Name of a Macros

Name of Structure or Union

All the above.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An Identifier can start with.?

Alphabet

Underscore ( _ ) sign

Any character that can be typed on a keyboard

Alphabet or Underscore ( _ ) sign

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?