How is = symbol different from == symbol in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
What does stand for?
What is a lvalue
where does it flourished?
What is array of structure in c?
What is selection sort in c?
WHAT IS ABSTRACT DATA TYPE
What is getche() function?
Is there a way to jump out of a function or functions?
Where define directive used?
What is the method to save data in stack data structure type?
what is the difference between normal variables and pointer variables..............
15 Answers HP, Infosys, Satyam, Vivekanand Education Society,
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?