100) How many times will the following loop be executed if the input data item is 0 1 2 3 4 ?
while (c = getchar ()! = 0)
{ }
Answer is:
Infinitely
Related C Programming MCQ with Answers
Answer is:
Program trace
Answer is:
To choose from multiple possibilities which may arise due to different values of a single variable
Answer is: