P
Q. What will be the output of following c program?
int main() { unsigned int i=65000; while ( i++ != 0 ); printf("%d",i); 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. C programs are converted into machine language with the help of
Q. Without a break statement in switch what will happen?
Q. Which of the following returns the square root of given number?
Q. What will be the output of the following program ?
Q. Which of the following is true
Q. Can we place comments between the statement to comments a part of the code?
Q. What is the Priority among (*, /, %), (+, -) and (=) C Operators.?
Q. An array is a collection of variables that are of the dissimilar data type.
Discusssion
Login to discuss.