Answer Posted / sathish kumar
Hi All,
This is sathish. Upto my knowledge you have three types of
pointers in C. They are
1) Near
2) Far
3) Huge
Thanks & Regards
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is main function so important?
Why is c called a mid-level programming language?
How can I direct output to the printer?
What is the significance of an algorithm to C programming?
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
What is pointer & why it is used?
What is the use of function overloading in C?
Do you know the use of 'auto' keyword?
What is character set?
What does %c do in c?
why do some people write if(0 == x) instead of if(x == 0)?
What is the stack in c?
What are the types of arrays in c?
What is the use of parallelize in spark?