+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.
Outer
None of them
Inner
Nesting
View Answer
2. To use strcat() function, the ________ header file must be included in the program.
iostream.h
stdio.h
string.h
conio.h
View Answer
3. What is the length null string?
0
3
4
1
View Answer
4. Which of the following is not a storage class?
Extern
Auto
Register
Static
View Answer
5. Which of the following has a global scope in the program?
Local variables
Formal parameters
Constants
Macros
View Answer
6. ________ form a base of any C program.
Code of block
All of them
Struct
Instruction
View Answer
7. Which function would you use to convert 1.98 to 1?
floor()
abs()
fabs()
ceil()
View Answer
8. How much memory is required to store a value of type double?
10 bytes
4 bytes
6 bytes
8 bytes
View Answer
9. Which of the following is not a reserved word in C langauge?
for
switch
do
goto
View Answer
10. Who developed C languages?
Dennis Ritchie
peter Norton
Ken Thomson
Von Neuman
View Answer