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
What are the 5 data types?
What is the difference between fread buffer() and fwrite buffer()?
Can you please compare array with pointer?
Is c high or low level?
What is c language and why we use it?
What is the difference between c and python?
What is null pointer constant?
What are keywords in c with examples?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
What is variable initialization and why is it important?
Write a program to swap two numbers without using a temporary variable?
Multiply an Integer Number by 2 Without Using Multiplication Operator
Using which language Test cases are added in .ptu file of RTRT unit testing???
Explain how can I read and write comma-delimited text?