Explain pointer. What are function pointers in C?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how can I prevent another program from modifying part of a file that I am modifying?
can we store values and addresses in the same array? explain
Is main is a keyword in c?
What are volatile variables in c?
HOW CAN ADD OUR FUNCTION IN LIBRARY.
What is identifiers in c with examples?
Can we increase size of array in c?
Without Computer networks, Computers will be half the use. Comment.
Do you know the use of 'auto' keyword?
What is calloc()?
How to write in a function declaration and in function call in which the function has 'n' number of varible or arguments?
If I have a char * variable pointing to the name of a function ..