+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. Pointers can be used to achieve?
call by reference
call by procedure
call by function
call by name
View Answer
2. What is the default return type of a function?
int
void
float
char
View Answer
3. A variable declared with ____ modifier can retain its value during function calls.
volatile
const
extern
static
View Answer
4. Which of the following functions can be used to increase the size of dynamically allocated array?
malloc()
calloc()
realloc()
memadjust()
View Answer
5. Every C program has access to which of the following files?
all of the above
stderr
stdout
stdin
View Answer
6. What is the length null string?
4
3
1
0
View Answer
7. A __________ group together a number of data items, which need not be of the same data type.
Block
Array
Structure
Variable
View Answer
8. What is the range of double data type for a 16-bit compiler?
-1.7e-328 to +1.7e-328
-1.7e-308 to +1.7e-308
-1.7e-328 to +1.7e-328
-1.7e-348 to +1.7e-348
View Answer
9. Which function would you use to convert 1.98 to 1?
floor()
ceil()
fabs()
abs()
View Answer
10. Which operator is used to check if a particular bit is on or off?
||
%
&
!
View Answer