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
For what purpose null pointer used?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
What is anagram in c?
Why static is used in c?
What is double pointer in c?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
What is a constant and types of constants in c?
Is a house a shell structure?
What is uint8 in c?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
I have a varargs function which accepts a float parameter?
Explain what does it mean when a pointer is used in an if statement?
What is a header file?