C CODE MASTER A

C CODE MASTER A

Professional Development

20 Qs

quiz-placeholder

Similar activities

Fundamental Connectivity for AM online Class

Fundamental Connectivity for AM online Class

University - Professional Development

15 Qs

Internet

Internet

5th Grade - Professional Development

20 Qs

Anovision 2022 Round 1

Anovision 2022 Round 1

Professional Development

16 Qs

Emerging Trends in Cloud Computing!

Emerging Trends in Cloud Computing!

Professional Development

18 Qs

MS Excel practice

MS Excel practice

Professional Development

18 Qs

Introduction to Computer Systems:  Basic elements

Introduction to Computer Systems: Basic elements

University - Professional Development

17 Qs

Computer Fundamentals 2

Computer Fundamentals 2

10th Grade - Professional Development

15 Qs

CPA MS-Office Hotkeys Quiz

CPA MS-Office Hotkeys Quiz

8th Grade - Professional Development

21 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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?