what is function pointer?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sathish
we can able to give function as a argument into a function
by using function pointer
| Is This Answer Correct ? | 0 Yes | 0 No |
Where are some collections of useful code fragments and examples?
2. Counting in Lojban, an artificial language developed over the last fourty years, is easier than in most languages The numbers from zero to nine are: 0 no 1 pa 2 re 3 ci 4 vo 5 mk 6 xa 7 ze 8 bi 9 so Larger numbers are created by gluing the digit togather. For Examle 123 is pareci Write a program that reads in a lojban string(representing a no less than or equal to 1,000,000) and output it in numbers.
any string of bits of length 'n' represents a unique non- negative integer between.............?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Do you know what is the purpose of 'extern' keyword in a function declaration?
Why use int main instead of void main?
How do you define a function?
Is it fine to write void main () or main () in c?
What is a program flowchart and explain how does it help in writing a program?
How pointer is different from array?
WAP to convert text into its ASCII Code and also write a function to decode the text given?
Explain the difference between #include "..." And #include <...> In c?