Answer Posted / ravishankar b.m
pointer is a variable which holds the address of another
variable.
only integer pointer can be used for pointer.
eg: int *ptr
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How main function is called in c?
can anyone suggest some site name..where i can get some good data structure puzzles???
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
Who invented b language?
Did c have any year 2000 problems?
What are integer variable, floating-point variable and character variable?
Describe newline escape sequence with a sample program?
What is the easiest sorting method to use?
How can I get random integers in a certain range?
Write a simple code fragment that will check if a number is positive or negative.
What is the use of function in c?
How do we declare variables in c?
can any one provide me the notes of data structure for ignou cs-62 paper
What is volatile variable in c with example?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?