Unit-1: Introduction to c programming language

Unit-1: Introduction to c programming language

University

9 Qs

quiz-placeholder

Similar activities

C++ Variables, Literals, and Constants Quiz

C++ Variables, Literals, and Constants Quiz

University

10 Qs

PHP QUIZ

PHP QUIZ

University

14 Qs

AP CSA Unit 9 Inheritance - Polymorphism

AP CSA Unit 9 Inheritance - Polymorphism

University

10 Qs

Javascript

Javascript

KG - Professional Development

13 Qs

C# mcqs-Unit I

C# mcqs-Unit I

University

10 Qs

C++ Fundamentals

C++ Fundamentals

University

10 Qs

constants

constants

University

10 Qs

Data Structure Quiz-1

Data Structure Quiz-1

University

8 Qs

Unit-1: Introduction to c programming language

Unit-1: Introduction to c programming language

Assessment

Quiz

Computers

University

Medium

Created by

Abhishek Pandey

Used 27+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

____are the entities whose values can be changed

CONSTANT

MODULE

Variables

identifiers

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

A variable in c

  • must have a valid datatype

  • must have a name starting with a character

  • All of above

  • can't have a name same as keyword

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How many keywords are available in the C language?

32

31

33

37

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

C is compiler based language

Yes

false

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Variables in the C program can't start with

  1. a. Special characters except for the underscore

  1. b. Numbers

Both a and b

May be

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Valid C programming language variable

age_#

age_*

_age

all

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Father of C

Media Image
Media Image
Media Image
Media Image

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

____are the entities whose value can't be changed

Variable

keyword

constant

all

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What of the following is true?

  1. Variables are functions

Variable is a type of output command

  1. Variables are used to store values

all