what is the advantage of function pointer
Answer Posted / rajesh
code complexcity is less
| Is This Answer Correct ? | 31 Yes | 38 No |
Post New Answer View All Answers
What is wrong with this program statement? void = 10;
How many types of sorting are there in c?
What is the use of getchar functions?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
a program that can input number of records and can view it again the record
What are register variables in c?
What is an array? What the different types of arrays in c?
What are global variables and how do you declare them?
Write a program to generate random numbers in c?
What does malloc () calloc () realloc () free () do?
What do you mean by scope of a variable in c?
How do you declare a variable that will hold string values?
How can I send mail from within a c program?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
What are pointers really good for, anyway?