What are the different types of pointers?
Answer Posted / gagan kataria
pointers, which point to the location
| Is This Answer Correct ? | 1 Yes | 18 No |
Post New Answer View All Answers
What is string function c?
What is use of pointer?
When should structures be passed by values or by references?
When should volatile modifier be used?
Write program to remove duplicate in an array?
What is a static variable in c?
what is stack , heap ,code segment,and data segment
What is unary operator?
What are the different types of constants?
What is the meaning of 2d in c?
What is static function in c?
Explain what is wrong with this program statement? Void = 10;
How do you search data in a data file using random access method?
What is meant by preprocessor in c?
`write a program to display the recomended action depends on a color of trafic light using nested if statments