R
Q. Consider the following pseudocode of C program:
x:=1; i:=1; while (x ≤ 500) begin x:=2x ; i:=i+1; end
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 is the output of the C Program?
Q. What is the output of this program?
Q. Size of a GCC or Visual Studio C Compiler is.?
Q. Consider the below statement, can we assign a string to variable like this:
Q. Choose a right C Statement.
Q. What is the output of C program?
Discusssion
Login to discuss.