Answer Posted / guest
a pointer is a a variable that contains the address of an
another variable
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Which is best book for data structures in c?
How can I trap or ignore keyboard interrupts like control-c?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
What are terms in math?
Explain what are reserved words?
about c language
What is wrong with this declaration?
what is stack , heap ,code segment,and data segment
Why we use int main and void main?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
Explain what will the preprocessor do for a program?
Explain data types & how many data types supported by c?
What is the use of f in c?
Explain the array representation of a binary tree in C.
Explain how can I convert a number to a string?