What is the difference between a structure and a union?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
Structure: All members have their own memory location.
Union: All members share the same memory location.
| Is This Answer Correct ? | 0 Yes | 0 No |
Structure: All members have their own memory location.
Union: All members share the same memory location.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the need for main function in c?
what is difference between procedural language and functional language ?
what is memory leak?
if p is a string contained in a string?
What is your stream meaning?
dibakar & vekatesh..uttejana here..abt ur reply for in place reversal of linked list..wats p stands for there?
write a program to count the no of repaeted words in a line?
WHAT IS PRE POSSESSORS?
4.A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above
Write a program to print factorial of given number without using recursion?
find largest element in array w/o using sorting techniques.
related proverb of "dont count your chicken before it hatches"