What is return type in c?
Answer / Kunal Sinha
"In C, the return type of a function specifies the data type that a function will produce when it terminates. It is specified before the function name and is used to indicate the value that is returned by the function."
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a memory leak? How to avoid it?
What is difference between far and near pointers?
What would be an example of a structure analogous to structure c?
How to draw the flowchart for structure programs?
What is #pragma statements?
what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
1 Answers College School Exams Tests,
diff .between strcture and union
What are pointers in C? Give an example where to illustrate their significance.
Explain what are multibyte characters?
What is printf () in c?
Explain c preprocessor?