Answer Posted / venkat1435@yahoo.co.in
by using pointers
1)we can pass the function arguments to another function
2)it holds the address of another function
3)it acts as a call back function
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between array and pointer in c?
What is use of null pointer in c?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
What is c language used for?
Where can I get an ansi-compatible lint?
Why c language?
Here is a good puzzle: how do you write a program which produces its own source code as output?
Is c pass by value or reference?
How can you determine the maximum value that a numeric variable can hold?
What is c language & why it is used?
State two uses of pointers in C?
What is a wrapper function in c?
What does 2n 4c mean?
What is integer constants?
Does c have enums?