Answer Posted / rams
Pointer is a variable that can store the address of another variable to which it's pointing
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What would be an example of a structure analogous to structure c?
What does p mean in physics?
What is the use of extern in c?
Is there anything like an ifdef for typedefs?
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
how to construct a simulator keeping the logical boolean gates in c
What is the use of gets and puts?
Write a program to swap two numbers without using third variable in c?
Is array name a pointer?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
What does double pointer mean in c?
What are reserved words?
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
What are the advantages of union?
Can you write a programmer for FACTORIAL using recursion?