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