what is pointer?

Answer Posted / rajendiran

pointer is address of the variable and identified the
variable location. if the pointer used to avoid the memory
wastage....

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is python slower than c?

611


Difference between Function to pointer and pointer to function

637


What is #define size in c?

654


How can you increase the size of a statically allocated array?

622


How do I convert a string to all upper or lower case?

633






#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }

723


What is volatile, register definition in C

693


What is the use of function in c?

716


What is atoi and atof in c?

620


What should malloc(0) do?

619


we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?

807


Should I learn data structures in c or python?

588


please explain every phase in the "SDLC" in the dotnet.

2182


What the different types of arrays in c?

618


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

683