What is the difference b/w Structure & Union?

Answer Posted / karthikkumareg

in structure struct key word is used but in union union key
word is used.

Is This Answer Correct ?    6 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a macro?

650


What is Dynamic memory allocation in C? Name the dynamic allocation functions.

546


What is meant by preprocessor in c?

526


Why string is used in c?

572


Is c++ based on c?

642






Can an array be an Ivalue?

657


What are the 4 data types?

590


What is a node in c?

541


Is void a keyword in c?

566


What is the size of enum in c?

610


exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above

654


"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks

650


What is a struct c#?

595


What is the benefit of using const for declaring constants?

579


What will be the outcome of the following conditional statement if the value of variable s is 10?

753