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
Write a C program to count the number of email on text
Explain what is the most efficient way to store flag values?
c program for searching a student details among 10 student details
Is array a primitive data type in c?
What does %d do?
Explain how to reverse singly link list.
What is c programming structure?
Explain can static variables be declared in a header file?
Why is sprintf unsafe?
Differentiate between calloc and malloc.
Mention four important string handling functions in c languages .
What is array of structure in c?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
What are pointers?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.