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 #include called?
How do you use a 'Local Block'?
What are unions in c?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
How can a string be converted to a number?
What does s c mean on snapchat?
What is #error and use of it?
Is swift based on c?
What are the three constants used in c?
Implement bit Array in C.
What is keyword with example?
What are the string functions? List some string functions available in c.
In which layer of the network datastructure format change is done
Do you know what are bitwise shift operators in c programming?
What is line in c preprocessor?