R
Q. What is the output of C Program?
int main() { int a=32; do { printf("%d ", a); a++; }while(a <= 30); return 0; }
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. Which is correct with respect to size of the datatypes?
Q. Difference between C Arrays, ary[10] and cry[10][10] is.
Q. Which of the following is the correct output for the program given below?
Q. What will be the output of the following code snippet?
Q. Can programmers create their own header files?
Q. Choose a correct statement about C Function.?
Discusssion
Login to discuss.