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


iostream.h
string.h
conio.h
stdio.h

View Answer

void
int
float
char

View Answer

malloc()
memadjust()
realloc()
calloc()

View Answer

floor()
ceil()
abs()
fabs()

View Answer

all of the above
stdin
stderr
stdout

View Answer

1
0
4
3

View Answer

A function can have multiple return statements with different return values
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

View Answer

Constants
Local variables
Macros
Formal parameters

View Answer

10 bytes
6 bytes
4 bytes
8 bytes

View Answer

Dennis Ritchie
Von Neuman
peter Norton
Ken Thomson

View Answer