Answer Posted / nashiinformaticssolutions
Pointers to functions that allow dynamic invocation of functions. Example:
void (*funPtr)(int) = &printNumber;
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is anything faster than c?
What is union and structure in c?
Why is c called a mid-level programming language?
Explain c preprocessor?
Where are the auto variables stored?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
What is a rvalue?
code for find determinent of amatrix
What are the advantages of using macro in c language?
How can I recover the file name given an open stream?
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
Why & is used in scanf in c?
What is table lookup in c?
Explain the array representation of a binary tree in C.