Padhai Search notes and questions

C Programming MCQ practice

7 questions. Pick an answer to see whether it’s right, with the explanation.

7 questions0 of 7 answered
  1. Which of these is NOT a property of an algorithm?

  2. Which flowchart symbol represents a decision?

  3. Which of these is a valid C identifier?

  4. What is the value of 7 / 2 in C when both operands are int?

  5. If p is an int pointer, what does *p give?

  6. Which function allocates memory and sets every byte to zero?

  7. Which mode opens a file for appending?