C-Programming

C-Programming

11th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Data Structures

Data Structures

12th Grade

15 Qs

Data Structures

Data Structures

10th Grade - University

18 Qs

Practice <ultiple Choice - APCSA

Practice <ultiple Choice - APCSA

9th - 12th Grade

18 Qs

Java Lab Code.org AP CSA

Java Lab Code.org AP CSA

9th - 12th Grade

18 Qs

DATA STRUCTURE USING C

DATA STRUCTURE USING C

KG - University

15 Qs

Single Array

Single Array

10th - 12th Grade

15 Qs

Arrays in Java

Arrays in Java

9th - 12th Grade

20 Qs

Arrays

Arrays

9th - 12th Grade

16 Qs

C-Programming

C-Programming

Assessment

Quiz

Computers

11th - 12th Grade

Hard

Created by

Prajwal Niroula

Used 9+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following is/are assignment operator in C?

+=

==

!=

=

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following is/are not C-token?

Operators

Keywords

Statements

Files

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Select the correct identifier.

float

1name

name1

name.1

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

2.0

2.5

2

None

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following statement in C-program is incorrect?

int z=float (x/y);

float x;

z=(float)4/5;

x++;

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

If x=2, y=3, z=4 and a= 5, what is the value of the b in the following expression: b=3*x+5-36/z%a ? Evaluate using the Precedence rule of C-Programming.

2

0

7

1

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Where does the execution of C-Program begin From?

From header file

From user defined function

From int keyword

From main()

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?