Answer Posted / 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 |
Post New Answer View All Answers
can any one provide me the notes of data structure for ignou cs-62 paper
Explain what is the difference between functions abs() and fabs()?
What is data types?
What is string concatenation in c?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
what do you mean by enumeration constant?
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
What is the benefit of using const for declaring constants?
How do you define structure?
How do I get a null pointer in my programs?
When should you use a type cast?
Explain what header files do I need in order to define the standard library functions I use?
how to make a scientific calculater ?
Write a program to print all permutations of a given string.
What are the 5 types of inheritance in c ++?