Answer Posted / s.s.venkatesh
Pointer is also a variable,that is used to refer the memory
location of the particular variable(that is pointer
variable).
In pointer,we can get address of the particular variable by
using ambuson(&) symbol.
we can get the value by using asterisk(*) symbol.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain what is wrong in this statement?
What are the application of c?
How pointer is different from array?
How can you be sure that a program follows the ANSI C standard?
Which built-in library function can be used to match a patter from the string?
Why isn't any of this standardized in c? Any real program has to do some of these things.
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
How many levels deep can include files be nested?
What are header files in c programming?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
How do you define a function?
Is it better to use a macro or a function?
Explain union.
#include
What is stack in c?