CCE-III Programming in C Language

CCE-III Programming in C Language

University

20 Qs

quiz-placeholder

Similar activities

Technical Assessment

Technical Assessment

University

20 Qs

Playing with C

Playing with C

University

20 Qs

Introduction to Java

Introduction to Java

University

25 Qs

JAVA - Arrays

JAVA - Arrays

University - Professional Development

15 Qs

Arrays and pointers quiz

Arrays and pointers quiz

University

20 Qs

TECHFEST QUALIFYING ROUND

TECHFEST QUALIFYING ROUND

University

20 Qs

Arrays

Arrays

University

20 Qs

Coding Titans

Coding Titans

University

17 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?