Answer Posted / shashikanth
pointer is a variable which can holds the addrese of another object.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can you write the function prototype, definition and mention the other requirements.
What does the message "automatic aggregate intialization is an ansi feature" mean?
Why is c so popular?
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
How can I find the modification date and time of a file?
Difference between Shallow copy and Deep copy?
Write the Program to reverse a string using pointers.
Why c is called a mid level programming language?
Explain what are run-time errors?
What is the function of this pointer?
How many types of sorting are there in c?
Explain the advantages of using macro in c language?
How can I make it pause before closing the program output window?
The statement, int(*x[]) () what does in indicate?
What is c programming structure?