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
What is the data segment that is followed by c?
Explain how can you tell whether a program was compiled using c versus c++?
Write a program to check whether a number is prime or not using c?
What is the purpose of void pointer?
What is the use of typedef in c?
write a program to generate address labels using structures?
why do some people write if(0 == x) instead of if(x == 0)?
Write a program to print factorial of given number without using recursion?
How can I read and write comma-delimited text?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
What is difference between structure and union with example?
to find the closest pair
Are the variables argc and argv are always local to main?
Why is a semicolon (;) put at the end of every program statement?
What is typedef struct in c?