what is the defrenece between structure and union
Answer Posted / nayanprakash
union is better then structure.union is declared with
keyword union.it can store more data which can store at
hights byte of veeriable is declared.structure is declred
a keyword struct.it will store for indivisul memory space.
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
Why is void main used?
Explain what is the difference between text files and binary files?
Is malloc memset faster than calloc?
What are the properties of union in c?
Explain what are reserved words?
What is %g in c?
how is the examination pattern?
How many levels deep can include files be nested?
What is meant by inheritance?
What is the difference between text and binary modes?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
Write a program to check prime number in c programming?
What do you mean by invalid pointer arithmetic?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
Wt are the Buses in C Language