+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
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. Who developed C languages?
Von Neuman
Dennis Ritchie
peter Norton
Ken Thomson
View Answer
2. Which of the following is not a storage class?
Static
Register
Extern
Auto
View Answer
3. A variable declared with ____ modifier can retain its value during function calls.
const
static
extern
volatile
View Answer
4. Calling one function from within another is said to be __________ of function calls.
Outer
Nesting
None of them
Inner
View Answer
5. 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-348 to +1.7e-348
-1.7e-328 to +1.7e-328
View Answer
6. To use strcat() function, the __________ header file must be included in the program.
stdio.h
math.h
string.h
conio.h
View Answer
7. How much memory is required to store a value of type double?
10 bytes
8 bytes
4 bytes
6 bytes
View Answer
8. Which of the following is not a reserved word in C langauge?
do
switch
goto
for
View Answer
9. ________ form a base of any C program.
All of them
Struct
Code of block
Instruction
View Answer
10. Every C program has access to which of the following files?
stdin
stdout
all of the above
stderr
View Answer