What are the different types of pointers?
Answer Posted / newakash.89
far,near and huge
| Is This Answer Correct ? | 24 Yes | 6 No |
Post New Answer View All Answers
What are the different types of endless loops?
What is data structure in c programming?
What are the different types of errors?
Explain that why C is procedural?
what is event driven software and what is procedural driven software?
What is the difference between ++a and a++?
Write a C program in Fibonacci series.
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Is c high or low level?
How do we make a global variable accessible across files? Explain the extern keyword?
What is call by value in c?
What are the types of macro formats?
What is the difference between near, far and huge pointers?
What Is The Difference Between Null And Void Pointer?
Why main is used in c?