When would you use a pointer to a function?
No Answer is Posted For this Question
Be the First to Post Answer
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
Why is structure padding done in c?
what does ‘segmentation violation’ mean?
How can you read a directory in a C program?
Distinguish between actual and formal arguments.
How can I list all of the predefined identifiers?
write a progrmm in c language take user interface generate table using for loop?
What is oops c?
Which of these functions is safer to use : fgets(), gets()? Why?
How will you divide two numbers in a MACRO?
1)which of following operator can't be overloaded. a)== b)++ c)?! d)<=