R
Q. What is the output of C Program.?
int main() { int a=5; while(a==5) { printf("RABBIT"); break; } 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 code?
Q. Identify wrong C Keywords below.
Q. Which of the following data structure is linear type?
Q. What is an array Base Address in C language.?
Q. The precedence of member operator is _________ than all arithmatic and relational operator
Q. What is the output of C Program with functions and pointers?
Q. Range of float variable is.?
Q. What is the output of C Program with String arrays?
Q. Choose a correct C Operator Priority.? Items in one group ( ) has same priority.
Q. Which one is a special function in C system to tell the computer where the program start
Discusssion
Login to discuss.