what is pointer?

Answer Posted / beesani

A pointer is a data type whose value refers directly to
another value stored elsewhere in the computer memory using
its address.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are different types of pointers?

798


An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array

932


i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none

848


the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b

2401


I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...

9946


What is the use of a semicolon (;) at the end of every program statement?

1161


please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics

3111


What's the total generic pointer type?

849


How do we open a binary file in Read/Write mode in C?

985


What is abstract data structure in c?

783


provide an example of the Group by clause, when would you use this clause

1983


What does %p mean?

843


What are disadvantages of C language.

891


Are the expressions * ptr ++ and ++ * ptr same?

880


How can I implement sets or arrays of bits?

831