Explain how do you use a pointer to a function?
No Answer is Posted For this Question
Be the First to Post Answer
What is advantage of pointer in c?
How does placing some code lines between the comment symbol help in debugging the code?
how to generate sparse matrix in c
What are signals in C?
Reverse a string word by word??
write a program to produce the following output; ABCDEFGFEDCBA ABCDEF FEDCBA ABCDE EDCBA ABCD DCBA ABC CBA AB BA A A
17 Answers ABC, College School Exams Tests,
What is the purpose of & in scanf?
void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }
c program for searching a student details among 10 student details
If we give two names then this displays the connection between the two people. It is nothing but flames game
Can we access the array using a pointer in c language?
how to find out the reverse number of a digit if it is input through the keyboard?