M
Q. How many times i value is checked in the following C program?
#include <stdio.h> int main() { int i = 0; while (i < 3) i++; printf("In while loop\n"); }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. The format identifier ‘%i’ is also used for _____ data type?
Q. The short type represents ___
Q. Which loop is faster in C Language, for, while or Do While.?
Q. Will the following C code compile without any error?
Q. Which operator connects the structure name to its member name?
Q. Which one is a special function in C system to tell the computer where the program start
Discusssion
Login to discuss.