++92 313 8389893
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
Enroll Now
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. Every C program has access to which of the following files?
stdout
all of the above
stderr
stdin
View Answer
2. 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
3. Which of the following is not a storage class?
Register
Static
Extern
Auto
View Answer
4. To use strcat() function, the ________ header file must be included in the program.
string.h
iostream.h
conio.h
stdio.h
View Answer
5. How much memory is required to store a value of type double?
10 bytes
6 bytes
8 bytes
4 bytes
View Answer
6. A __________ group together a number of data items, which need not be of the same data type.
Array
Block
Variable
Structure
View Answer
7. Which operator is used to check if a particular bit is on or off?
%
&
||
!
View Answer
8. What is the default return type of a function?
void
char
float
int
View Answer
9. What is the length null string?
3
0
4
1
View Answer
10. Which of the following is not a reserved word in C langauge?
for
switch
do
goto
View Answer