Answer Posted / vijay r15
pointer denotes the address of a variable
*denotes its a ptr var
Ex
Int a; //ordin var
Int *p; //ptr var going to hold sum address
P=&a; //p holds the address of a
With thanks and regards,
Vijay r15
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are called c variables?
What is the difference between class and object in c?
What kind of structure is a house?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
Explain the difference between ++u and u++?
How can I swap two values without using a temporary?
In a byte, what is the maximum decimal number that you can accommodate?
What is a MAC Address?
Is c# a good language?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
What is 2c dna?
In c language can we compile a program without main() function?