You are on page 1of 6

18CSS101J-PPS CT3

* Required

PART B

Which of the following is a complete function *

int funct();

int funct(int x) { return x=x+1; }

void funct(int) { printf(“Hello"); }

void funct(x) { printf(“Hello"); }

What is the output of the following program *

7.50 20.80

7.500000 20.799999

8.50 20.79

8.50000 21.00
What is the output of this program? *

Nothing

Compile time error

Junk

50

Select the correct output of the following code. *

STKR

STKRCAMPUS

Campus

SRMIST
Find the correct output of the following code. *

60

40

55

15
Analyze the given code and find the output *

This is interesting

C Programming Language

This is interesting C Programming Language

This is C Programming Language

Match the following *

1-b, 2-a, 3-d, 4-c

1-a, 2-c, 3-d, 4-b

1-c, 2-a, 3-d, 4-b

1-d, 2-a, 3-c, 4-b


What will be the output of the following C code? *

alan alan

alan

Compile time error

Varies

What is the output of the program? *

55

59

95

Compiler error
What will be the value returned by the following function, when it is called with a
value 11? *

Function does not return any value, because it goes into an infinite loop

11

1011

1011101

Back Next

Never submit passwords through Google Forms.

This form was created inside of SRM Institute of Science and Technology. Report Abuse

 Forms

You might also like