What is meant by
int fun const(int a, int b) {
....
...
}
Answer / 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 |
why we wont use '&' sing in aceesing the string using scanf
What is the diffrent between while and do while statement ?
What is the difference between procedural and declarative language?
Explain union.
Derive the complexity expression for AVL tree?
Explain the advantages and disadvantages of macros.
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
How to write a program to receive an integer & find its octal equivalent by using for loop?
Is void a keyword in c?
write a reverse string to print a stars.(with out using logic) ***** **** *** ** *
What is the difference between #include and #include 'file' ?
code for find determinent of amatrix