How do you use a pointer to a function?
No Answer is Posted For this Question
Be the First to Post Answer
What is data types?
What is c++ used for today?
int main() { int x = (2,3,4); int y = 9,10,11; printf("%d %d",x,y); } what would be the output?
what is a constant pointer in C
What are reserved words?
What is LINKED LIST? How can you access the last element in a linked list?
Explain the use of keyword 'register' with respect to variables.
program to find the roots of a quardratic equation
Why void main is used in c?
What is n in c?
write a function that accepts an integer/char array and an search item.If the search item is there in the array return position of array and value else return -1.without using other array,without sorting,not to use more than one loop?
without using arithmatic operator convert an intger variable x into x+1