I
Q. If a functions return type is not explicitly defined then it is default to ..........(in C)
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 correct syntax of enum?
Q. What is the output of C program with array of pointers to strings?
Q. Which of the following function is more appropriate for reading in a multi-word string?
Q. Which gcc option is used to generate assembly code from C code on Linux?
Q. In below program, what would you put in place of “?” to print “Quiz”?
Q. #include <stdio.h> int main() { int x[5] = { 10, 20, 30 }; printf("%d", x[-1]); return 0; }
Q. Which of the following is not an arithmetic expression?
Q. Which of the following type-casting have chances for wrap around?
Discusssion
Login to discuss.