Answer Posted / glibwaresoftsolutions
• Struct: All members occupy separate memory.
• Union: All members share the same memory.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain how do you declare an array that will hold more than 64kb of data?
What does %c mean in c?
How can I run c program?
What is this pointer in c plus plus?
Multiply an Integer Number by 2 Without Using Multiplication Operator
Is c easy to learn?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
What is the difference between functions getch() and getche()?
What is getch () for?
Explain how can I prevent another program from modifying part of a file that I am modifying?
What will be your course of action for a push operation?
What are the rules for identifiers in c?
How do I convert a string to all upper or lower case?
What is the meaning of c in c language?
How can I remove the leading spaces from a string?