+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. To use strcat() function, the ________ header file must be included in the program.
iostream.h
conio.h
stdio.h
string.h
View Answer
2. A __________ group together a number of data items, which need not be of the same data type.
Structure
Array
Block
Variable
View Answer
3. Which operator is used to check if a particular bit is on or off?
||
&
!
%
View Answer
4. What is the length null string?
4
1
0
3
View Answer
5. Which of the following has a global scope in the program?
Local variables
Macros
Constants
Formal parameters
View Answer
6. ________ form a base of any C program.
Struct
Code of block
Instruction
All of them
View Answer
7. What is the default return type of a function?
void
int
float
char
View Answer
8. Who developed C languages?
Ken Thomson
peter Norton
Von Neuman
Dennis Ritchie
View Answer
9. Which of the following is not a storage class?
Extern
Register
Auto
Static
View Answer
10. Calling one function from within another is said to be __________ of function calls.
Inner
None of them
Nesting
Outer
View Answer