R
Q. What do you call this C Function calling itself.?
int funny2() { funny2(num); }
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 following code snippet?
Q. Representation of data structure in memory is known as
Q. Choose correct statements about C Language Pass By Value.
Q. What is the size of int type?
Q. Which of the following is not an iterative statement?
Q. What is the output of C program with functions?
Q. How many types of qualifiers are there in C language?
Q. Which gcc flag is used to genarate debug information for any binary file?
Q. Which operators are known as Ternary Operator?
Q. What is the minimum number of functions to be present in a C Program?
Discusssion
Login to discuss.