what is pointer ? what is the use of pointer?

Answer Posted / sri harsha

pointer is lock to house.house is any data.mainly for
saving space,security we will use pointers.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.

1661


Is c a great language, or what?

604


What is the difference between Printf(..) and sprint(...) ?

788


Why does this code crash?

619


write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.

4988






main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

909


Explain what is the benefit of using an enum rather than a #define constant?

722


a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode

656


What are compound statements?

626


What is difference between array and structure in c?

578


Explain what is page thrashing?

609


What does %c do in c?

584


What is volatile c?

525


Stimulate calculator using Switch-case-default statement for two numbers

2446


How is a pointer variable declared?

594