Answer Posted / revathi
it has no meaning it does not return any value to the
operating system
| Is This Answer Correct ? | 12 Yes | 13 No |
Post New Answer View All Answers
What are all different types of pointers in c?
Are there any problems with performing mathematical operations on different variable types?
What is use of #include in c?
Is flag a keyword in c?
what is the diffrenet bettwen HTTP and internet protocol
When should you use a type cast?
Explain about the constants which help in debugging?
C program to find all possible outcomes of a dice?
How can I find out how much free space is available on disk?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
Can you please explain the scope of static variables?
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
Why do we use pointer to pointer in c?
Differentiate between #include<...> and #include '...'
What does sizeof return c?