what is the difference between structure and union?
Answer Posted / dasari chaithanya
The difference between structure and union is ,structure
will occupie total number of bytes or memory sometimes
waste memory,but union is which is the higest memory than
the data will store the memory location.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What does %c mean in c?
How do I get an accurate error status return from system on ms-dos?
How can you avoid including a header more than once?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
Explain how do you use a pointer to a function?
Write a factorial program using C.
Can you please compare array with pointer?
Is main is a keyword in c?
how to execute a program using if else condition and the output should enter number and the number is odd only...
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
Explain the use of keyword 'register' with respect to variables.
why do some people write if(0 == x) instead of if(x == 0)?
Tell me about low level programming languages.
In c programming language, how many parameters can be passed to a function ?
Explain the use of #pragma exit?