Unit-1: Introduction to c programming language

Unit-1: Introduction to c programming language

University

9 Qs

quiz-placeholder

Similar activities

python daily 10 questions 30 seconds

python daily 10 questions 30 seconds

12th Grade - Professional Development

10 Qs

Functions C

Functions C

University

10 Qs

321-Quiz-08 - Names/Binding/Scope

321-Quiz-08 - Names/Binding/Scope

University

11 Qs

Visual Basic

Visual Basic

University

10 Qs

Activity 2

Activity 2

University

10 Qs

Java Interfaces

Java Interfaces

University

10 Qs

H -Subprograms

H -Subprograms

12th Grade - University

12 Qs

Data Visualization

Data Visualization

University

10 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