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 |
What is difference between Structure and Unions?
What is getch() function?
Explain zero based addressing.
code for copying two strings with out strcpy() function.
Why main is not a keyword in c?
write a C and C++ programme to implement the A,bubble sort B,quick sort C,insertion sort D,sequential search E,binary search
what are the advantages & disadvantages of unions?
Is c is a high level language?
find the sum of two matrices and WAP for it.
What are c identifiers?
compute the nth mumber in the fibonacci sequence?
10 Answers Canon, HPL, Satyam, TCS,
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above