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 |
Print all the palindrome numbers.If a number is not palindrome make it one by attaching the reverse to it. eg:123 output:123321 (or) 12321
Do you have any idea how to compare array with pointer in c?
How does variable declaration affect memory?
Is main an identifier in c?
Write a program to give following output..... ********* **** **** *** *** ** ** * * ** ** *** *** **** **** *********
why we are using float in C
Write a program to remove the C comments(/* */) and C++ comments(//) from a file. The file should be declared in command line.
What is main () in c language?
What is the difference b/w main() in C language and main() in C++.
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
What is the general form of #line preprocessor?
logic for x=y^n