Explain how do you use a pointer to a function?
No Answer is Posted For this Question
Be the First to Post Answer
Total of how many functions are available in c?
How do you view the path?
What will be the output of following program #include main() { int x,y = 10; x = y * NULL; printf("%d",x); }
Which of the following data structures is on average the fastest for retrieving data: 1) Binary Tree 2) Hash Table 3) Stack
Explain what is the difference between far and near ?
What is an example of structure?
what is the use of fflush() function?
What is #include stdio h and #include conio h?
Magic square
How to write the code of the program to swap two numbers with in one statement?
why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?
Explain how can a program be made to print the line number where an error occurs?