Answer Posted / ankush tyagi
Pointers are a special type of variables which are used to
store the address of the another variable....
Four type of pointers are defined...
1.Near pointer
2.Fare pointer
3.Huge pointer
4.File pointer
Syntex //-
data type var_name;
data type *pointer_name;
pointer_name=&var_name;
in both the case data type should be same other wise we can
use the type casting;;;....
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is s or c?
Explain heap and queue.
Can a program have two main functions?
How can I do serial ("comm") port I/O?
Explain the bubble sort algorithm.
Can you mix old-style and new-style function syntax?
How can I access an I o board directly?
Differentiate between null and void pointers.
Why is c used in embedded systems?
What is difference between union All statement and Union?
Why we use void main in c?
can we implement multi-threads in c.
How do I round numbers?
Explain why can’t constant values be used to define an array’s initial size?
How can a program be made to print the name of a source file where an error occurs?