#1. What is the index number of the last element of an array in 5 element?
#2. Which of the following user-defined datatype share it’s memory each other?
#3. How many way to calling of function in C language?
Ans. Two
- Call by value
- Call by reference
#4. Which pre-defined function is used for comparing two strings?
#5. Can we print normal variable inside static function?
#6. Which of the following is more memory efficient?
#7. Which standard liberary file printf & scanf are located?
#8. Which of the following is the correct operator to compare two variables?
#9. Which operator is used to access value at address stored by a pointer variable?
#10. What is the scope of local variable?
#11. Which of the following is the correct comment?
Previous
Finish
207