Answer Posted / preethi v
function pointer will store the address of a specific function
for eg:int (*p) ()
p is a function pointer will store the address of one function at a time.
| Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
What is infinite loop?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
Why do we use namespace feature?
Where we use clrscr in c?
Is null always equal to 0(zero)?
cavium networks written test pattern ..
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
What are the types of c language?
When can you use a pointer with a function?
Tell me when would you use a pointer to a function?
Why do we use & in c?
Write a program to find factorial of a number using recursive function.
What is the symbol indicated the c-preprocessor?
Write a Program to accept different goods with the number, price and date of purchase and display them