What is meant by
int fun const(int a, int b) {
....
...
}
Answer Posted / srv
In function 'fun' we have made variable a & b constant.
It means we are never going to alter the values of varibles
(a&b).if tried then error will be messaged.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How a string is stored in c?
What is the difference between constant pointer and constant variable?
Is javascript based on c?
Why doesn't C support function overloading?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
What is the function of this pointer?
What is structure padding in c?
What is difference between arrays and pointers?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
What is void c?
What is the explanation for modular programming?
Does c have function or method?
Tell me the use of bit field in c language?
What is bash c?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.