what is a pointer

Answer Posted / chaitali anand tendulkar

A pointer is a variable which contains a address in memory
of another variable. in other words it is a address of
variable.

Is This Answer Correct ?    27 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

why we wont use '&' sing in aceesing the string using scanf

2085


Which built-in library function can be used to match a patter from the string?

1010


What is c language and why we use it?

813


What is mean by data types in c?

765


Explain how can I make sure that my program is the only one accessing a file?

910


write a c program in such a way that if we enter the today date the output should be next day's date.

1916


What is a lvalue

875


What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }

2274


Can we compile a program without main() function?

885


hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .

2169


What does != Mean in c?

805


Difference between pass by reference and pass by value?

879


What is bash c?

769


Can i use “int” data type to store the value 32768? Why?

976


what is the different bitween abap and abap-hr?

1947