Test Your Programming Skills with Safcode!


Here is all important interview / exams questions.
Student doing practice apptitude test on safcode platform.
Instruction: "Total Number of Questions: 20
Each question carry 10 mark , no negative marking"



Quiz Start


char
void
float
int

View Answer

do
for
goto
switch

View Answer

Structure
Array
Block
Variable

View Answer

stdio.h
conio.h
string.h
math.h

View Answer

stdout
stdin
all of the above
stderr

View Answer

Local variables
Constants
Macros
Formal parameters

View Answer

Calloc()
None of these
Free()
Malloc()

View Answer

The main() function can be called recursively
The maximum number of arguments a function can take is 128
Functions cannot return more than one value at a time
A function can have multiple return statements with different return values

View Answer

call by function
call by name
call by reference
call by procedure

View Answer

Outer
Nesting
Inner
None of them

View Answer