Quiz on C

Quiz on C

University

30 Qs

quiz-placeholder

Similar activities

C++

C++

University

25 Qs

Application Software

Application Software

University

29 Qs

Ethics in Cyberspace

Ethics in Cyberspace

University

25 Qs

Quiz on Operating System Basics

Quiz on Operating System Basics

University

25 Qs

2.7 System Software

2.7 System Software

12th Grade - University

25 Qs

R E V I E W E R

R E V I E W E R

University

25 Qs

Angular 4

Angular 4

University

25 Qs

ITElec1_Recitation_1

ITElec1_Recitation_1

University

25 Qs

Quiz on C

Quiz on C

Assessment

Quiz

Computers

University

Hard

Created by

Deepa 4GW19EC057

Used 6+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

what will be the output of the following code:

10

Some garbage value

Compile time error

Segmentation fault

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is the correct syntax to send an array as a parameter to function?

func(#array);

func(&array);

func(array[size]);

func(*array);

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the similarity between a structure, union and enumeration?

All of them let you define new values

All of them let you define new pointers

All of them let you define new structures

All of them let you define new data types

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How will you print \n on the screen?

printf("\n");

echo "\\n";

printf("\\n");

printf('\n');

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will be the output of the following C code?

Before memmove place= string1, src = string2 After memmove place = string2, src = string2

Before memmove place = string2, src = string2 After memmove place= string1, src = string2

Before memmove place = string2, src = string1 After memmove place= string2, src =string2

Before memmove place= string1, src = string2 After memmove place=string1, src = string1

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What is the output of C Program with Strings?

g

globe

globe\0

None of the above

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which among the following is never possible in C when members in a structure are same as that in a union?

//Let P be a structure

//Let Q be a union

sizeof(P) is greater than sizeof(Q)

sizeof(P) is equal to sizeof(Q)

sizeof(P) is less than to sizeof(Q)

None of the above

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?