where do we use structure pointer?
Answer / naveen shukla
we uses structure pointer when we have to point to the whole
object and we can access all the values of the data in the
object.
when we want to keep the reference of the structure variable
| Is This Answer Correct ? | 2 Yes | 0 No |
Why calloc is better than malloc?
How to reverse alternate words in a given line of string For Eg: my name is narasimha output : my eman is ahmisaran
What is a pointer?
What is Your Name :)
How can you print HELLO WORLD without using "semicolon"?
why program counter is 16 bit?
HOW TO HANDLE EXCEPTIONS IN C
what is the difference between normal variables and pointer variables..............
15 Answers HP, Infosys, Satyam, Vivekanand Education Society,
What are dangling pointers?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
Do pointers need to be initialized?
44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?