What is meant by high-order and low-order bytes?
No Answer is Posted For this Question
Be the First to Post Answer
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?
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); }
11 Answers CISOC, CitiGroup, College School Exams Tests,
Sir i need notes for structure,functions,pointers in c language can you help me please
What is Function Pointer? Explain with example?
What type of function is main ()?
What is meant by operator precedence?
how we can say java is platform independent, while we require JVM for that particular Operating System?
How can I automatically locate a programs configuration files in the same directory as the executable?
what is the difference between #include<stdio.h> and #include "stdio.h" ?
Explain how do you override a defined macro?
what is a function prototype?
What is a pointer in c plus plus?