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 |
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
Why enum is used in c?
Write a program that his output 1 12 123
What are enums in c?
Explain the difference between #include "..." And #include <...> In c?
Explain Linker and Loader
regarding pointers concept
What is the difference between array and pointer?
What is the difference between text files and binary files?
char *p="name"; printf(p);
write a C program : To find out the number of identical words in two files . the file name should be taken as command line argument .
What is the difference between fork() and vfork()?