Meaning of () in c
Answer / shrikantauti
it means function.
it may be user defined or system defined.
| Is This Answer Correct ? | 6 Yes | 0 No |
no consistent academics. how to answer the question
What is 02d in c?
What is difference between far and near pointers?
explain how do you use macro?
What is meaning of "Void main" in C Language.
24 Answers Ford, GU, HCL, IBIBS, JUW, TCS,
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
how to write optimum code to divide a 50 digit number with a 25 digit number??
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
main() { float a=3.2e40; printf("%d",a); }
what is the difference between unix os and linux os
What is build process in c?
What Is The Difference Between Null And Void Pointer?