+923132835245
safcodeinstitute@gmail.com
Online Quiz
10000+ Questions!
Students Works
Ideas & Topics!
Live Coding
HTML & CSS
Home
(current)
About
Courses
CIT
Web Designing
Graphic Designing
Web Development
Digital Marketing
WordPress + SEO
Artificial Intelligence (AI)
Shopify + WordPress Development
Tutorials
Feedback
Programming Notes
Softwares
Contact
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
1. Calling one function from within another is said to be __________ of function calls.
None of them
Nesting
Inner
Outer
View Answer
2. A __________ group together a number of data items, which need not be of the same data type.
Structure
Array
Block
Variable
View Answer
3. Pointers can be used to achieve?
call by procedure
call by function
call by reference
call by name
View Answer
4. Which of the following is not a reserved word in C langauge?
do
goto
switch
for
View Answer
5. Which operator is used to check if a particular bit is on or off?
!
&
||
%
View Answer
6. To use strcat() function, the __________ header file must be included in the program.
math.h
conio.h
stdio.h
string.h
View Answer
7. To use strcat() function, the ________ header file must be included in the program.
stdio.h
string.h
conio.h
iostream.h
View Answer
8. which of the following function can be used to deallocated memory when it is no longer needed?
Free()
Malloc()
None of these
Calloc()
View Answer
9. Which of the following functions can be used to increase the size of dynamically allocated array?
memadjust()
realloc()
malloc()
calloc()
View Answer
10. Which function would you use to convert 1.98 to 1?
abs()
ceil()
fabs()
floor()
View Answer