C Programming MCQ practice
7 questions. Pick an answer to see whether it’s right, with the explanation.
7 questions0 of 7 answered
Which of these is NOT a property of an algorithm?
Which flowchart symbol represents a decision?
Which of these is a valid C identifier?
What is the value of 7 / 2 in C when both operands are int?
If p is an int pointer, what does *p give?
Which function allocates memory and sets every byte to zero?
Which mode opens a file for appending?