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
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
What is a macro?
How can I prevent another program from modifying part of a file that I am modifying?
What are inbuilt functions in c?
What is conio h in c?
What is chain pointer in c?
What does static variable mean in c?
Write a program which returns the first non repetitive character in the string?
Explain union.
Does c have enums?
What is restrict keyword in c?
What is oops c?
write a program to find out prime number using sieve case?
Can we add pointers together?
Whats s or c mean?