What is the difference between a structure and a union?
Answer Posted / hr@tgksolutions.com
Structure: All members have their own memory location.
Union: All members share the same memory location.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is a function method?give example?
What do you mean by invalid pointer arithmetic?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
How do you use a 'Local Block'?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
How can I read in an object file and jump to locations in it?
Is a house a mass structure?
What is ambagious result in C? explain with an example.
Describe the modifier in c?
How many types of errors are there in c language? Explain
How are 16- and 32-bit numbers stored?
Why is %d used in c?
What is the explanation for modular programming?
What is a 'null pointer assignment' error?
What is the advantage of c?