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. What will be the output of the following C function?
Q. How many bytes are occupied by near, far and huge pointers (DOS)?
Q. A preprocessor directive is always preceded by a symbol
Q. What is the correct syntax of enum?
Q. What is the need for a File when you can store anything in memory?
Q. What will be the output of the following C code?
Q. Which of the following type-casting can be “wrapped”?
Discusssion
Login to discuss.