DOWNLOAD FREE PDF <<CLICK HERE>>
C programming Interview campus placement
Congratulations - you have completed C programming Interview campus placement.
You scored %%SCORE%% out of %%TOTAL%%.
Your performance has been rated as %%RATING%%
Question 1 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
do-while | |
while | |
goto | |
continue |
Question 2 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
8 bytes | |
4 bytes | |
2 bytes | |
1 byte |
Question 3 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
True | |
False |
Question 4 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |

A | |
B C | |
A B C | |
Nothing, it will return an error. |
Question 5 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
...the same as the Python programming language. | |
...used to describe a language which does not exist and tries to copy other programming languages. | |
...used to describe the program structures and data flow in a structured form of English similar to a programming language. | |
different to Python and does not use any of the same commands. |
Question 6 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
Ruby | |
correctchoice Python | |
CSS | |
JS |
Question 7 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |

IF (age < 18) | |
IF (age >= 18) | |
IF age > 18 | |
IF (age > 18) |
Question 8 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
True | |
False |
Question 9 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
if (x<50)
if (x>=0 || x<=25)
x+=25;
else
x-=25;
else
if (x>=75 || x <= 100)
x-=25;
else
x+25;
What will be the final value of x if x=33
8 | |
58 | |
83 | |
33 |
Question 10 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |

To check if a computer program is working properly. | |
The instructions for a program | |
An error in a computer program. |
C programming Interview campus placement
Congratulations - you have completed C programming Interview campus placement.
You scored %%SCORE%% out of %%TOTAL%%.
Your performance has been rated as %%RATING%%
Question 11 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
Science book | |
Encyclopedia | |
Dictionary | |
Map |
Question 12 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
The pressing of the Enter key | |
A single slash (/) | |
An asterisk and a slash (*/) | |
Two slashes (//) |
Question 13 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |

Python | |
correctchoice C# | |
correctchoice PHP | |
Assembly |
Question 14 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
while | |
do | |
repeat | |
switch |
Question 15 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
The gas pedal | |
The driver's seat | |
The steering wheel | |
The windshield wipers |
Question 16 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
Program | |
Coding | |
Programming | |
Debugging |
Question 17 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
string | |
integer | |
boolean | |
letter |
Question 18 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
System | |
Program | |
Syntax | |
Algorithm |
Question 19 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
int .....a3; | |
int .....3a; | |
int .....A3; | |
None of these |
Question 20 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
It is a place where you can store some data | |
It is a place in your code that changes | |
It is a name given to a special sub-routine that changes how the program works | |
It is when you want to add two number together |
C programming Interview campus placement
Congratulations - you have completed C programming Interview campus placement.
You scored %%SCORE%% out of %%TOTAL%%.
Your performance has been rated as %%RATING%%
Question 21 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
True | |
False |
Question 22 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
% | |
& | |
# | |
** |
Question 23 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
recipe | |
algorithm | |
program | |
calendar |
Question 24 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
2 bits | |
4 bits | |
2 bytes | |
4 bytes |
Question 25 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
. | |
& | |
* | |
-> |
Question 26 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
?: | |
<< | |
^ | |
|| |
Question 27 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
A table used to record the scores of a computer football game | |
A transparent table | |
A table useful for tracing through a program in order to find a logic error | |
A table that hold all variables within code |
Question 28 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
False | |
True |
Question 29 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
information that goes INTO a computer or device | |
information that comes OUT of a computer or device |
Question 30 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
Algorithm | |
Pseudocode | |
Programming | |
Program |
C programming Interview campus placement
Congratulations - you have completed C programming Interview campus placement.
You scored %%SCORE%% out of %%TOTAL%%.
Your performance has been rated as %%RATING%%
Question 31 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
...gives precise and direct instructions to the computer. | |
...give instructions to the software program | |
...executes one statement at a time within programming code. | |
...compiles the code into one file then runs the program. |
Question 32 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |

One | |
Two | |
Three | |
Error |
Question 33 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
is when the program is coded correctly, but an error occurs because of a problem while the program is being executed (not because of a mistake in the code) | |
is when incorrect words or punctuation is used, or when correct words and punctuation are used in the wrong order | |
is when the stars don't line up properly and a cosmic ray changes a true value to a false value | |
is when the program is coded incorrectly to produce an incorrect result, but with correct statements. The only way to know there was an error is to notice that the result is wrong |
Question 34 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
Detailed | |
Replaceable | |
Simple | |
Open-ended |
Question 35 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
case | |
default | |
continue | |
break |
Question 36 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
While.... do | |
Repeat.... until | |
For..... next | |
For....then |
Question 37 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
True | |
False |
Question 38 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
16 | |
2 | |
8 | |
10 |
Question 39 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
Parallelogram | |
Square | |
Diamond | |
Rounded rectangle |
Question 40 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
30 | |
22 | |
426 | |
426 |
C programming Interview campus placement
Congratulations - you have completed C programming Interview campus placement.
You scored %%SCORE%% out of %%TOTAL%%.
Your performance has been rated as %%RATING%%
Question 41 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
A.ASC() | |
B.ord() | |
C.chr() | |
D.ascii() |
Question 42 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |

The instructions for a program | |
A set of code given to a computer to accomplish a task. | |
To find and fix bugs in a program. |
Question 43 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
Ken Thompson | |
Bjarne Stroustrup | |
Dennis Ritchie | |
Kernighan |
Question 44 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
Lowercase letters | |
Uppercase letters | |
Camel case letters | |
None of these |
Question 45 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
int i=0x1 << sizeof(int) * 8-1;
printf("\n%x", i);
i = i >> sizeof(int) * 8-1;
printf("%d", i);
0x8000000-1 | |
80000000-1 | |
-1 0x0000000 | |
-1 0000000 |
Question 46 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
General-purpose programming language | |
Domain-specific programming language | |
Page description programming language | |
None of the above |
Question 47 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
For | |
if | |
do-while | |
while |
Question 48 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
call by value | |
call by reference | |
Both A and B | |
None |
Question 49 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
Which of the following is used in Python to calculate ten squared?
10 ** 2 | |
10 * 2 | |
10 % 2 | |
10 ** 10 |
Question 50 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
information that goes INTO a computer or device | |
information that comes OUT of a computer or device |
C programming Interview campus placement
Congratulations - you have completed C programming Interview campus placement.
You scored %%SCORE%% out of %%TOTAL%%.
Your performance has been rated as %%RATING%%
Question 51 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
implicit casting | |
intrinsic casting | |
automatic casting | |
explicit casting |
Question 52 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
5 % 7
0 | |
2 | |
5 |
Question 53 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
C Compiler converts your C program into machine readable language. | |
C Editor allows you to type C Programs. It is just like a Notepad with extra options. | |
Console shows the output of a C Program if it is text output. | |
All the above |
Question 54 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
int main()
{
int a = 0;
while(a++);
{
printf("CppBuzz.com");
}
return 0;
}
0 time | |
1 time | |
Compilation Error | |
Infinite times |
Question 55 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
main | |
scanf | |
printf | |
fprintf |
Question 56 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
returning value of any type | |
returning multiple values | |
returning no value | |
all of the above |
Question 57 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
print("Hello world!")
SyntaxError | |
Hello world! | |
"Hello world!" | |
print(Hello world!) |
Question 58 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |

switch block | |
sensor block | |
my block | |
wait block |
Question 59 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
int main ()
{
int x = 1;
While (x= 0)
printf (" Hello");
}
Hello | |
No output | |
Infinite time Hello display | |
Error in code |
Question 60 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
Single round brackets | |
Single square brackets | |
Multiple squares brackets | |
Single angled brackets |
C programming Interview campus placement
Congratulations - you have completed C programming Interview campus placement.
You scored %%SCORE%% out of %%TOTAL%%.
Your performance has been rated as %%RATING%%
Question 61 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
int main()
{
int x = 0;
printf("%d",x);
return 0;
}
10 | |
0 | |
compile error | |
undefined |
Question 62 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
! | |
!! | |
&& | |
|| |
Question 63 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
Assembler is not a translator | |
High level languages are closer to machine | |
Machine codes are written in binary digits. | |
All the above |
Question 64 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |

switch | |
sensor | |
my block | |
motor |
Question 65 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
print | |
println | |
var | |
or |
Question 66 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
1. String name; | |
Char name [20]; | |
Char name{20}; | |
None of the above |
Question 67 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
javac MyClass.java
Before entering the command you must
close all open windows on your computer system | |
make sure you are in the same directory or folder where the MyClass.java file is located | |
execute the java.sun.com program | |
save the program with the .comp extension |
Question 68 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
int main()
{
int a=2,b=7,c=10;
c=a==b;
printf("%d",c);
}
0 | |
7 | |
2 | |
Compilation error |
Question 69 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
++ | |
% | |
+ | |
|| |
Question 70 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
call by value | |
call by reference | |
call by function | |
call by name |
C programming Interview campus placement
Congratulations - you have completed C programming Interview campus placement.
You scored %%SCORE%% out of %%TOTAL%%.
Your performance has been rated as %%RATING%%
Question 71 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
#include <stdio.h>
int main()
{
while ()
printf("In while loop ");
printf("After loop\n");
}
In while loop after loop | |
After loop | |
Compile time error | |
Infinite loop |
Question 72 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |

Procedure | |
Function |
Question 73 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
Polymorphism | |
Inheritance | |
Interface | |
Encapsulation |
Question 74 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |

Read-Evaluate-Print-Loop | |
Really-Enormous-Programming-Language | |
REality-PLus | |
Ready-Enough-Program-Logic |
Question 75 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
yes | |
no | |
- | |
- |
Question 76 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
1963 | |
1972 | |
1969 |
Question 77 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
dynamic memory allocation | |
contiguous memory allocation | |
sparse allocation | |
NOTA |
Question 78 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
Binary | |
Multiple Choice | |
Random | |
correctchoice Multi-Way |
Question 79 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
False | |
True |
Question 80 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
"="
Equal to. | |
Greater or equal to. | |
Less than or equal to. | |
Not equal to. |
C programming Interview campus placement
Congratulations - you have completed C programming Interview campus placement.
You scored %%SCORE%% out of %%TOTAL%%.
Your performance has been rated as %%RATING%%
Question 81 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |

print(games[2]) | |
print games(3) | |
print(games[3]) | |
print (games(2)) |
Question 82 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
char ary[]="Hello..!";
Character array, ary is a string. | |
Array has no Null character at the end | |
String size is not mentioned | |
String can not contain special characters. |
Question 83 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
True | |
False |
Question 84 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
#include<stdio.h>
main(){
}
Garbage | |
Compile time error | |
Run time error | |
No output |
Question 85 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
user defined function | |
pre defined function | |
both 1&2 | |
none of these |
Question 86 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
x = 5 , y = -10, a = 4, b = 2;
z = x+++++y * b/a;
-2 | |
0 | |
1 | |
2 |
Question 87 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
True | |
False |
Question 88 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
False. I can do exercises freely and share them later with her | |
True. Each class has its specific code |
Question 89 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
A.'t' | |
B.'a' | |
C.'r' | |
D.'tri' |
Question 90 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
True | |
False |
C programming Interview campus placement
Congratulations - you have completed C programming Interview campus placement.
You scored %%SCORE%% out of %%TOTAL%%.
Your performance has been rated as %%RATING%%
Question 91 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |

Machine Code - Low | |
Assembly Code - Low | |
High Level |
Question 92 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
stdin | |
stdout | |
both stdout and stdin | |
None of the mentioned |
Question 93 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |

step | |
variable | |
loop | |
conditional |
Question 94 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
something that only happens once | |
something that gets repeated |
Question 95 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
{ } | |
-> and <- | |
BEGIN and END | |
( and ) |
Question 96 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
A.Query language processor | |
B.SQL query | |
C.DBMS engine | |
D.None of the above |
Question 97 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
method | |
property | |
instance | |
object |
Question 98 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
comment | |
modulo | |
variable | |
boolean |
Question 99 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
System.out.print("Hello World") | |
correctchoice System.out.print(Hello World); | |
correctchoice System.out.Print("Hello World); | |
System.out.print("Hello World"); |
Question 100 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |

True | |
False | |
True False | |
No Output |
C programming Interview campus placement
Congratulations - you have completed C programming Interview campus placement.
You scored %%SCORE%% out of %%TOTAL%%.
Your performance has been rated as %%RATING%%
Question 101 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |

1 | |
2 | |
1 2 | |
Run Time Error |
Question 102 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |

turns on b & c motors at 50% power | |
moves b & c motors 50 degrees | |
moves b & c motors 50 revolutions | |
moves b & c motors for 50 seconds |
Question 103 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
GraphicsWindow.DrawColorGraphicsWindow.InputRectangleGraphicsWindow.FillColorGraphicsWindow.FillRectangle | |
GraphicsWindow.PenColorGraphicsWindow.AddRectangleGraphicsWindow.BrushColorGraphicsWindow.Paint | |
GraphicsWindow.MoveGraphicsWindow.AddRectangleGraphicsWindow.FillColorGraphicsWindow.AddFill | |
GraphicsWindow.PenColorGraphicsWindow.DrawRectangleGraphicsWindow.BrushColorGraphicsWindow.FillRectangle |
Question 104 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
printf("%d",34+24/12%3*5/2-4);
35 | |
-2 | |
34 | |
38 |
Question 105 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
design | |
coding | |
algorithm | |
program |
Question 106 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
Total number of elements in the above array is .....
100 | |
99 | |
0 | |
1 |
Question 107 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
A box in a flowchart | |
A calculation performed in a programming language | |
One or more statements grouped together to instruct the computer to perform a task | |
A separate file that has information on how to install the program |
Question 108 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
start() | |
system() | |
printf() | |
main() |
Question 109 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
int main()
{
int a=5;
while(a==5)
{
printf("RABBIT");
break;
}
return 0;
}
RABBIT is printed unlimited number of times | |
RABBIT | |
Compiler error | |
None of the above. |
Question 110 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
True | |
False |
C programming Interview campus placement
Congratulations - you have completed C programming Interview campus placement.
You scored %%SCORE%% out of %%TOTAL%%.
Your performance has been rated as %%RATING%%
Question 111 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
Score = Score + 1
Nothing | |
prints score | |
Displays 1 | |
adds 1 onto the score |
Question 112 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |

Line 1 | |
Line 3 | |
Line 5 | |
Line 7 |
Question 113 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
Call File - Save from the menu bar | |
Hit the compile button | |
use CTRL-S for a save shortcut |
Question 114 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
A.# | |
B.% | |
C.// | |
D.! |
Question 115 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
int a=5,b=6,c=2;
printf("%d", a+b*c);
17 | |
22 | |
11 | |
Error |
Question 116 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
int a;b;c; | |
Int a,b,c; | |
int a,b,c; | |
int a,b;c; |
Question 117 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
Pseudo Code | |
Flowchart | |
Algorithm | |
Procedure |
Question 118 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |

Interpreter | |
Assembler | |
Compiler | |
Compressor |
Question 119 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
stdio.h | |
stddef.h | |
stdio.h and stddef.h | |
math.h |
Question 120 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
JS | |
Ruby | |
HTML | |
JS |
C programming Interview campus placement
Congratulations - you have completed C programming Interview campus placement.
You scored %%SCORE%% out of %%TOTAL%%.
Your performance has been rated as %%RATING%%
Question 121 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
ovals or hexagons. | |
squares. | |
rectangles. | |
circles. |
Question 122 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
A reducing loop control variable. | |
An expanding loop control variable | |
An incrementing loop control variable | |
A comparing loop control variable. |
Question 123 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
(1) 14 <= 14
(2) 14 < 14
false false | |
true true | |
true false | |
false true |
Question 124 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
11100 | |
11011 | |
10101 | |
11110 |
Question 125 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
Dennis Franklin | |
Dennis Ritche | |
Dennis williams | |
Dennis John |
Question 126 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
...a named storage space reserved in memory for a piece of data, which can change during the life of the program. | |
...a piece of code which changes constantly | |
...a names storage space reserved for a piece of data which does not change within the program. | |
...a variable which does not change. |
Question 127 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
A picture that you use to make a program | |
A precise set of instructions | |
Shapes and symbols connected together | |
Breaking a problem down into smaller tasks |
Question 128 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
False | |
True |
Question 129 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |

a will always be equal to b | |
b is being renamed into a | |
The value of memory location a gets copied into memory location b | |
The value of memory location b gets copied into memory location a |
Question 130 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
30 | |
22 | |
426 | |
"426" |
C programming Interview campus placement
Congratulations - you have completed C programming Interview campus placement.
You scored %%SCORE%% out of %%TOTAL%%.
Your performance has been rated as %%RATING%%
Question 131 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
scanf() | |
printf() | |
getch() | |
putch() |
Question 132 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
tag | |
command | |
code | |
comment |
Question 133 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
ToByte() | |
ToDecimal() | |
ToSingle() | |
ToInt16() |
Question 134 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
Input() | |
Next() | |
NextLine() | |
ReadLine() |
Question 135 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
a will always be equal to b | |
b is being renamed into a | |
value of memory location a gets copied to memory location b | |
value of memory location b gets copied to memory location a |
Question 136 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
A.= | |
B.== | |
C.$\leftarrow$ |
Question 137 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
SQL | |
JS | |
correctchoice Python | |
correctchoice Ruby |
Question 138 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
The motherboard | |
operating system | |
application software | |
RAM |
Question 139 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
The main() function can be called recursively | |
Functions cannot return more than one value at a time | |
A function can have multiple return statements with different return values | |
The maximum number of arguments a function can take is 128 |
Question 140 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
Equals | |
Assignment | |
Input | |
Algorithm |
C programming Interview campus placement
Congratulations - you have completed C programming Interview campus placement.
You scored %%SCORE%% out of %%TOTAL%%.
Your performance has been rated as %%RATING%%
Question 141 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
False | |
True |
Question 142 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
1024KB | |
1024 Byte | |
1024MB | |
1024 nano |
Question 143 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
jump 5 times | |
if you see an arrow then jump 5 times else sit down | |
if you see an arrow |
Question 144 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
a=a+b; a=a-b; b=a-b; | |
a=a+b, b=a-b; a=a-b; | |
a=a-b; a=a+b; b=b-a; | |
None of these |
Question 145 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |

A | |
B C | |
A C | |
Nothing, it will return an error |
Question 146 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
integer | |
float | |
string | |
boolean |
Question 147 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |

AND | |
OR | |
NOT |
Question 148 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
-1 | |
0 | |
1 | |
2 |
Question 149 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
A.1 | |
B.3 | |
C.4 | |
D.12 |
Question 150 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
Flow Chart | |
Pseudocode | |
Shapes |
C programming Interview campus placement
Congratulations - you have completed C programming Interview campus placement.
You scored %%SCORE%% out of %%TOTAL%%.
Your performance has been rated as %%RATING%%
Question 151 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
Array | |
Switch | |
Case | |
Loop |
Question 152 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |

2 | |
4 | |
6 | |
10 |
Question 153 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
Outputs a hard copy of a program to a printer | |
Outputs a message on screen | |
Print a hard copy of a flow chart to a printer | |
Prints out the the commands line by line on the screen |
Question 154 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
#include <stdio.h>
int main()
{
do{
printf("In while loop ");
}while (0);
printf("After loop\n");
}
In while loop | |
In while loop after loop | |
After loop | |
Infinite loop |
Question 155 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
![]() | |
![]() | |
![]() |
Question 156 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
7 | |
no limits | |
127 | |
255 |
Question 157 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |

H | |
H is printed infinite times | |
Compile time error | |
Varies |
Question 158 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
Boolean | |
Character | |
Integer | |
Real |
Question 159 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
A sequence of actions regularly followed. | |
Low level instructions | |
A set of instructions designed to perform a frequently used operation within a program. | |
A set of instructions |
Question 160 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
True | |
False |
C programming Interview campus placement
Congratulations - you have completed C programming Interview campus placement.
You scored %%SCORE%% out of %%TOTAL%%.
Your performance has been rated as %%RATING%%
Question 161 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
Turtle.Turnoff | |
Turtle.Penup | |
Turtle.Nowrite | |
Turtle.noline |
Question 162 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
Uniliver Labs | |
IBM Labs | |
AT&T Bell Labs | |
Verizon Labs |
Question 163 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
Here 'a' is .....
An array of 10 integers | |
An array of 10 pointers to integer | |
A pointer to an array of 10 integers | |
NOTA |
Question 164 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
How many times " placement Questions" will print.
int main
{
int x;
for ( x=1;x <=10; x++)
{
if ( x < 5)
Continue;
else
break;
Printf (" placement Question ");
{
return 0;
}
Infinite time | |
11 times | |
0 time | |
10 times |
Question 165 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
#include"stdio.h" | |
#include<stdio.h> | |
both | |
none |
Question 166 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |

Nothing | |
Success | |
Failure | |
Success Failure |
Question 167 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
int main()
{
signed char chr;
chr = 128;
printf("%d\n", chr);
return 0;
}
128 | |
0 | |
-128 | |
Garbage Value |
Question 168 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
{
int x = 24, y = 39, z = 45;
z = x + y;
y = z - y;
x = z - y;
printf ("%d %d %d", x, y, z);
}
24 39 63 | |
39 24 63 | |
24 39 45 | |
39 24 45 |
Question 169 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
A.ASC() | |
B.ord() | |
C.chr() | |
D.ascii() |
Question 170 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
void main()
{
int A;
A = 10;
printf("%d", A);
}
extern | |
register | |
auto | |
static |
C programming Interview campus placement
Congratulations - you have completed C programming Interview campus placement.
You scored %%SCORE%% out of %%TOTAL%%.
Your performance has been rated as %%RATING%%
Question 171 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
print("Hello"); | |
printf("Hello"): | |
printF("Hello"); | |
printf("Hello"); |
Question 172 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
2 | |
10 | |
16 | |
20 |
Question 173 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
0 | |
Null | |
Garbage | |
Infinite |
Question 174 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
int num=0;
printf("%d", ++num)
0 | |
1 | |
2 |
Question 175 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
walk to the right and turn | |
spin in circles | |
create a list of instructions the computer can follow | |
draw a picture |
Question 176 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
Bitwise AND | |
Bitwise OR | |
Logical AND | |
Logical OR |
Question 177 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
+ sign | |
- sign | |
0 | |
Blank space |
Question 178 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
procedural | |
object-oriented | |
methodical | |
sequential |
Question 179 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
A.Case structures | |
B.If else . | |
C.Iteration | |
D.None of the above |
Question 180 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
It must be compiled into intermediate language. | |
It must be stripped of all comments before it can run. | |
It must be passed through a garbage collector to reduce unnecessary instructions. | |
It must be fed to a runtime interpreter. |
C programming Interview campus placement
Congratulations - you have completed C programming Interview campus placement.
You scored %%SCORE%% out of %%TOTAL%%.
Your performance has been rated as %%RATING%%
Question 181 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
An editor | |
A compiler | |
An operating system | |
none of these |
Question 182 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |

Under | |
Over | |
Under the limit | |
Over the limit |
Question 183 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
function { }; | |
function[x]; | |
function(); | |
(function); |
Question 184 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
compiler | |
assembler | |
none of the above |
Question 185 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
string | |
integer | |
float | |
boolean |
Question 186 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
Read in a value for the integer variable num.
printf("%d", &num); | |
scanf("%d", num); | |
scanf("%d", &num); |
Question 187 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
![]() | |
![]() | |
![]() |
Question 188 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
Extract | |
Get | |
Open | |
Select |
Question 189 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
printf("%d",sizeof(double));
8 | |
10 | |
4 | |
6 |
Question 190 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |

1 | |
2 | |
3 | |
5 |
C programming Interview campus placement
Congratulations - you have completed C programming Interview campus placement.
You scored %%SCORE%% out of %%TOTAL%%.
Your performance has been rated as %%RATING%%
Question 191 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
For i = 0 to 100 Step 10
Turtle.Move(100)
Turtle.Turn(90)
EndFor
100 Cycles | |
1 Cycles | |
20 Cycles | |
10 Cycles |
Question 192 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
3 | |
4 | |
as many as you want | |
data types? |
Question 193 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
function signature | |
main function | |
input function | |
output function |
Question 194 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |

An error in a computer program. | |
A programming element that repeats a set of code. | |
A set of code given to a computer to accomplish a task. |
Question 195 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
True | |
False |
Question 196 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |

a [0][3] | |
a [1][3] | |
c) a[0][2] | |
d) a[2][0] |
Question 197 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |

password | |
loop | |
output | |
while |
Question 198 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
Nah, we never do anything useful | |
If i can be bothered | |
Maybe, see how i feel. | |
yes. |
Question 199 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |

Undefined behavior | |
Output will be 3 | |
Output will be 6 | |
Output will be 5 |
Question 200 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
equal | |
= | |
:= | |
== |
C programming Interview campus placement
Congratulations - you have completed C programming Interview campus placement.
You scored %%SCORE%% out of %%TOTAL%%.
Your performance has been rated as %%RATING%%
Question 201 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
int i;
printf("%d", i);
0 | |
Garbage value | |
1 | |
Error |
Question 202 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
data types | |
text types | |
numbers | |
types of data |
Question 203 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
switch | |
goto | |
go back | |
return |
Question 204 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
#include <stdio.h>
int main()
{
int x = 0;
if (x == 1)
if (x == 0)
printf("inside if\n");
else
printf("inside else if\n");
else
printf("inside else\n");
}
inside if | |
inside else if | |
inside else | |
compile time error |
Question 205 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
Numeric | |
Object | |
Currency | |
Text |
Question 206 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
#include <stdio.h>
int main()
{
float c = 5.0;
printf ("Temperature in Fahrenheit is %.2f", (9/5)*c + 32);
return 0;
}
Temperature in Fahrenheit is 41.00 | |
Temperature in Fahrenheit is 37.00 | |
Temperature in Fahrenheit is 0.00 | |
Compiler Error |
Question 207 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
Integers | |
Strings | |
Booleans | |
Characters |
Question 208 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
int main()
{
auto int i,j;
printf("%d%d",i,j);
return 0;
}
compile error | |
no output | |
garbage value | |
0 |
Question 209 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
a=5 | |
5=a | |
a+b=c | |
5+4=3+2 |
Question 210 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
A program should be easy to read and understand | |
correctchoice A program should be efficient | |
correctchoice A program must be robust | |
correctchoice A program should be maintainable |
C programming Interview campus placement
Congratulations - you have completed C programming Interview campus placement.
You scored %%SCORE%% out of %%TOTAL%%.
Your performance has been rated as %%RATING%%
Question 211 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
diction | |
syntax | |
vocabulary | |
word wall |
Question 212 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
scanf() | |
printf() | |
puts() | |
gets() |
Question 213 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
compares the first n characters of the object | |
compares the string | |
undefined function | |
copies the string |
Question 214 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
for | |
repeat | |
while | |
do while |
Question 215 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |

data input / output | |
start / end | |
decision | |
wait |
Question 216 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
from 1 - 100 in reverse?
for (int x =100;x>0;x...) cout<<x<<endl; | |
int x = 100; while (x>0){ cout<<x<<endl; x...; } | |
int x=100; do{ cout<<x<<endl; x...; } while (x>=100); | |
for (int x=101;x>0;x...) cout<<x<<endl; |
Question 217 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
Pointer operator | |
Bitwise AND operator | |
Address of operator | |
Both options 2) and 3) |
Question 218 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
sign | |
English | |
Machine | |
Programming |
Question 219 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
Never has parameters | |
Always returns a value | |
Must has parameters | |
Does not return a value |
Question 220 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
= = | |
< | |
> | |
= |
C programming Interview campus placement
Congratulations - you have completed C programming Interview campus placement.
You scored %%SCORE%% out of %%TOTAL%%.
Your performance has been rated as %%RATING%%
Question 221 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |

Is it true that the c key was pressed or is it false? | |
What is the size of the Sprite? | |
Is it true that the angry function was called or is it false? | |
Is the Sprite angry? |
Question 222 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
for variable in . : | |
print (k, "times 4 is ", k*4) | |
A.(numbers) | |
B.range(numbers) |
Question 223 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |

3 2 3 | |
2 2 3 | |
3 2 2 | |
2 3 3 |
Question 224 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
int main()
{
char str[]={'g','l','o','b','e'};
printf("%s",str);
return 0;
}
g | |
globe | |
globe\0 | |
None of the above |
Question 225 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
multi-way decision | |
one-way-decision | |
two-way decision | |
above all |
Question 226 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |

11 | |
12 | |
120 | |
13 |
Question 227 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
Add 1 variable to x.
x++; | |
x+1 | |
x+x |
Question 228 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
Initialization is a part of definition | |
It is a formal parameter | |
It is a declaration | |
All of the above |
Question 229 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
A data structure that does not allow you to hold several values with one name. | |
An impressive range of lights. | |
A data structure that allows you to hold several values, all of the same type, with one name. | |
A data structure that allows you to hold several values, all of the same type, with one name. |
Question 230 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
Logical operator | |
Decrement operator | |
Conditional or Ternary operator | |
Bitwise operator |
C programming Interview campus placement
Congratulations - you have completed C programming Interview campus placement.
You scored %%SCORE%% out of %%TOTAL%%.
Your performance has been rated as %%RATING%%
Question 231 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
other things, was able to generate executable code
directly that was finally called C.
Ken Thompson | |
Dennis Ritchie | |
Bjarne Stroustrup | |
James Gosling |
Question 232 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
A.3 | |
B.3.5 | |
C.-4 | |
D.All of the above |
Question 233 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |

Starting and stopping | |
Actions | |
Sub-routines | |
Decisions |
Question 234 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
printf() | |
scanf() | |
getch() | |
main() |
Question 235 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
Low | |
Assembly | |
High |
Question 236 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
for loop | |
function | |
if block | |
break |
Question 237 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
Creating a calendar of events. | |
Writing instructions for a digital tool | |
A list of activities like clubs and special events at a school. |
Question 238 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
False | |
True |
Question 239 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
Integer | |
Boolean | |
String | |
Float |
Question 240 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
int main()
{
int a=5;
while(a >= 3);
{
printf("RABBIT\n");
break;
}
printf("GREEN");
return 0;
}