what is the diference between pointer to the function and
function to the pointer?
Answer Posted / manojkumar
I am sorry.
Please explain with small example for this question?
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is array within structure?
What are the advantages of Macro over function?
Why do we need arrays in c?
How old is c programming language?
What is an lvalue in c?
Why do we use int main instead of void main in c?
What happens if header file is included twice?
What is the purpose of type declarations?
How do you list files in a directory?
Why is c fast?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
How can I find out if there are characters available for reading?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
Write the syntax and purpose of a switch statement in C.
What is difference between structure and union in c?