CCE-III Programming in C Language

CCE-III Programming in C Language

University

20 Qs

quiz-placeholder

Similar activities

Arrays in Java

Arrays in Java

University

25 Qs

Unit-2 Test-1

Unit-2 Test-1

University

20 Qs

Programming in C(1)

Programming in C(1)

University

20 Qs

Preliminary Round

Preliminary Round

University

15 Qs

Pointers

Pointers

University

20 Qs

DSA - Q1

DSA - Q1

University

25 Qs

2-D Arrays in Java

2-D Arrays in Java

University

20 Qs

Linux 3-4

Linux 3-4

University

20 Qs

CCE-III Programming in C Language

CCE-III Programming in C Language

Assessment

Quiz

Computers

University

Medium

Created by

Geetanjli Raghuwanshi

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a type of flowchart?

System flowchart

Data flowchart

  • Document flowchart

Tree flowchart

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a flowchart, which symbol represents a decision-making step?

  • Rectangle

Oval

  • Diamond

Parallelogram

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main advantage of modular programming?

Increases execution time

Reduces redundancy and improves maintainability

Makes the program complex

Increases memory usage

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which problem-solving technique breaks down a problem into smaller subproblems?

Bottom-up approach

Top-down approach

Modular programming

Flowcharting

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a keyword in C?

int

return

struct

variable

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following statement in C?

printf("%d", sizeof(int));

2

4

8

Compiler Error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used to get the address of a variable in C?

*

&

%

#

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?