C CODE MASTER A

C CODE MASTER A

Professional Development

20 Qs

quiz-placeholder

Similar activities

LinkedList and Its types

LinkedList and Its types

Professional Development

15 Qs

Phase_2 Pre- Python Quiz

Phase_2 Pre- Python Quiz

Professional Development

15 Qs

Sec+ Extra Study

Sec+ Extra Study

Professional Development

23 Qs

UNIT 2: OOPS USING JAVA QUIZ TEST

UNIT 2: OOPS USING JAVA QUIZ TEST

Professional Development

15 Qs

C programmming - Module 1

C programmming - Module 1

Professional Development

15 Qs

Lenguaje C

Lenguaje C

Professional Development

15 Qs

JAVA - Arrays

JAVA - Arrays

University - Professional Development

15 Qs

BrightChamps Technical Round - C++ language

BrightChamps Technical Round - C++ language

Professional Development

15 Qs

C CODE MASTER A

C CODE MASTER A

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Amartya Vishwakarma

Used 13+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Which keyword is used to prevent any changes in the variable within a C program?

immutable

const

 volatile

mutable

2.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

In C language what are the basic building blocks that are constructed together to write a program?

keywords

tokens

identifiers

functions

3.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Which is the smallest program to compile and run without errors?

main() { ; }

main() { }

int main() {return 0;}

main()

4.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

In which segment does dynamic memory allocation takes place?

BSS Segment

data segment

heap

stack

5.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

By default c uses the call by value method to pass arguments to functions. How can you invoke the call by reference method?

by using recursive functions

by using pointers

by using global variables

by declaring functions separately from defining them

6.

MULTIPLE CHOICE QUESTION

1 min • 3 pts

Media Image

what is the output of following program.

B D

B C

A B

error

7.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Media Image

What is the output of following programe.

TRUE

FALSE

RUN TIME ERROR

COMPILATION ERROR

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?