what is pointer ? what is the use of pointer?

Answer Posted / m.karthiga

pointer is a variable it contains address of the another
variable..pointer saves the memory space then other
variables

Is This Answer Correct ?    9 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above

931


Can we initialize extern variable in c?

886


Hai what is the different types of versions and their differences

1747


find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2

1769


What are the basic data types associated with c?

1059


What is the difference between strcpy() and memcpy() function in c programming?

873


What is the easiest sorting method to use?

854


Explain what are preprocessor directives?

843


What is a floating point in c?

838


By using C language input a date into it and if it is right?

831


Are the variables argc and argv are always local to main?

803


What are extern variables in c?

778


What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

879


what is different between auto and local static? why should we use local static?

903


What is structure and union in c?

851