24.what is a void pointer?
25.why arithmetic operation can’t be performed on a void
pointer?
26.differentiate between const char *a; char *const a;
and char const *a;
27.compare array with pointer?
28.what is a NULL pointer?
29.what does ‘segmentation violation’ mean?
30.what does ‘Bus Error’ mean?
31.Define function pointers?
32.How do you initialize function pointers? Give an example?
33.where can function pointers be used?
No Answer is Posted For this Question
Be the First to Post Answer
Do you know the use of 'auto' keyword?
input any 4 digit number and find the difference of all the digits?
How to add two numbers without using arithmetic operators?
18 Answers College School Exams Tests, e track, Infosys, Pan Parag, Sapient, TCS,
What is Heap?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
what is the difference between i++ and ++i?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
Is struct oop?
What are the similarities between c and c++?
What are the types of macro formats?
What is the proper way of these job Tell me about there full work
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..