Answer Posted / ganesh
pointer variable is used to store the memory address of the another variable
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
Explain how do I determine whether a character is numeric, alphabetic, and so on?
What is array within structure?
How do you convert strings to numbers in C?
Compare and contrast compilers from interpreters.
Where define directive used?
How does free() know explain how much memory to release?
What is static volatile in c?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
Why enum is used in c?
simple program of graphics and their output display
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
Write program to remove duplicate in an array?
Why is it that not all header files are declared in every C program?
How to declare a variable?