what is pointer ? what is the use of pointer?
Answer Posted / guest
pointer is pointing to the addresss location
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is a newline escape sequence?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
difference between object file and executable file
What does main () mean in c?
Explain what are the advantages and disadvantages of a heap?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
What are the disadvantages of c language?
How do I use void main?
What is signed and unsigned?
Explain what are bus errors, memory faults, and core dumps?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
How many types of errors are there in c language? Explain
What are the rules for identifiers in c?
How can a number be converted to a string?