diff .between strcture and union

Answer Posted / revathi pawar

structure is the set of different datatype whereas the
struct is the keyword
union is the one where will not print or give correct ouptut
whereas it will give the address of tat particular string or
no given
union s the keyword

Is This Answer Correct ?    1 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are compound statements?

622


which type of aspect you want from the student.

1697


What are void pointers in c?

573


Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop

1707


Can a pointer point to null?

582






What does struct node * mean?

593


int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above

740


What are high level languages like C and FORTRAN also known as?

680


What is the use of a semicolon (;) at the end of every program statement?

764


How many keywords are there in c?

586


How do you determine a file’s attributes?

598


what is the different bitween abap and abap-hr?

1741


What is the purpose of the statement: strcat (S2, S1)?

638


Explain what are its uses in c programming?

590


How do you search data in a data file using random access method?

828