what is pointer?

Answer Posted / umakant gupta

Pointer is a kind of Array which store the Address of
Variable

Is This Answer Correct ?    11 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the Difference between the New and Malloc keyword.

900


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

1934


Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent

1649


int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above

1024


Does c have class?

876


Explain what is the difference between a string and an array?

917


What is pointers in c with example?

820


Write a program to show the change in position of a cursor using c

846


What are all different types of pointers in c?

793


Why is void main used?

851


What is difference between structure and union in c programming?

806


What is getch c?

1069


Explain how can you restore a redirected standard stream?

807


1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?

2209


Where define directive used?

843