C CODE MASTER A

C CODE MASTER A

Professional Development

20 Qs

quiz-placeholder

Similar activities

MindSpace Computers C Test-3 2023

MindSpace Computers C Test-3 2023

Professional Development

15 Qs

C-Quest

C-Quest

Professional Development

20 Qs

C programmming - Module 1

C programmming - Module 1

Professional Development

15 Qs

C

C

Professional Development

20 Qs

SPARK FIDDLE

SPARK FIDDLE

Professional Development

20 Qs

C Language Quiz-1

C Language Quiz-1

University - Professional Development

15 Qs

BrightChamps Technical Round - C++ language

BrightChamps Technical Round - C++ language

Professional Development

15 Qs

Quiz on File, Memory Alloc, Preprocessor, Structure & Union

Quiz on File, Memory Alloc, Preprocessor, Structure & Union

Professional Development

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