Free Online Skill Test C Language Basics (Test 3)

Results

#1. Which of the following is the correct operator to compare two variables?

#2. How many way to calling of function in C language?

Ans. Two

  1. Call by value
  2. Call by reference

#3. Which of the following is the correct comment?

#4. Which of the following user-defined datatype share it's memory each other?

#5. Can we print normal variable inside static function?

#6. What is the index number of the last element of an array in 5 element?

#7. Which of the following is more memory efficient?

#8. Which pre-defined function is used for comparing two strings?

#9. What is the scope of local variable?

#10. Which standard liberary file printf & scanf are located?

#11. Which operator is used to access value at address stored by a pointer variable?

Finish