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
What are different types of pointers?
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
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
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
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...
What is the use of a semicolon (;) at the end of every program statement?
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
What's the total generic pointer type?
How do we open a binary file in Read/Write mode in C?
What is abstract data structure in c?
provide an example of the Group by clause, when would you use this clause
What does %p mean?
What are disadvantages of C language.
Are the expressions * ptr ++ and ++ * ptr same?
How can I implement sets or arrays of bits?