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 is sizeof int?
write a program to print largest number of each row of a 2D array
What is the purpose of macro in C language?
Should a function contain a return statement if it does not return a value?
What is the difference between single charater constant and string constant?
What is the purpose of ftell?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
How can you invoke another program from within a C program?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
How can I find out how much free space is available on disk?
Write a program to swap two numbers without using a temporary variable?
What is a lookup table in c?
How #define works?
What are loops c?
What is difference between class and structure?