what is the defrenece between structure and union
Answer Posted / renuka
structure is declared with the keyword struct and structure
variables occupy individual memory location.But Unoin is
declared with the keyword union and its variables are
allocated to a memory at which the highest byte of the
variable is declared.
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
Explain what is a static function?
Is c is a middle level language?
Can include files be nested? How many levels deep can include files be nested?
What is volatile c?
What are the __date__ and __time__ preprocessor commands?
What's the right way to use errno?
What is meant by keywords in c?
Implement bit Array in C.
What is the ANSI C Standard?
Write a program with dynamically allocation of variable.
Explain the use of #pragma exit?
What is the purpose of scanf() and printf() functions?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
How do c compilers work?