+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. Which operator is used to check if a particular bit is on or off?
&
||
!
%
View Answer
2. What is the default return type of a function?
void
char
float
int
View Answer
3. Pointers can be used to achieve?
call by function
call by reference
call by name
call by procedure
View Answer
4. What is the length null string?
4
1
3
0
View Answer
5. Every C program has access to which of the following files?
stdin
stdout
stderr
all of the above
View Answer
6. Who developed C languages?
Dennis Ritchie
peter Norton
Von Neuman
Ken Thomson
View Answer
7. Which of the following is not a reserved word in C langauge?
do
goto
switch
for
View Answer
8. Which function would you use to convert 1.98 to 1?
abs()
ceil()
fabs()
floor()
View Answer
9. How much memory is required to store a value of type double?
10 bytes
4 bytes
6 bytes
8 bytes
View Answer
10. Which of the following functions can be used to increase the size of dynamically allocated array?
realloc()
memadjust()
calloc()
malloc()
View Answer