Is an array parameter is always "by reference" ?
Answer / sri
yes, passing array to a function is always call by reference
method because array name itself act as a pointer to its
first position.
| Is This Answer Correct ? | 2 Yes | 1 No |
What are the functions to open and close file in c language?
Which programming language is best for getting job 2020?
How can I do graphics in c?
Discuss the function of conditional operator, size of operator and comma operator with examples.
Is it cc or c in a letter?
multiple of 9 without useing +,* oprator
can we write a c program with out using main
program to print upper & lower triangle of a matrix
1 What is a Data Structure?
There is a number and when the last digit is moved to its first position the resultant number will be 50% higher than the original number.Find the number?
What is pointer to pointer in c?
What type is sizeof?