explain about storage of union elements.
Answer Posted / saranya
union elements share common memory space
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
Explain the bubble sort algorithm.
What is the stack in c?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
What is the heap?
What are pointers in C? Give an example where to illustrate their significance.
What does stand for?
Why isnt there a numbered, multi-level break statement to break out
Describe how arrays can be passed to a user defined function
Why we not create function inside function.
Explain what is a 'locale'?
Difference between linking and loading?
What is the scope of static variable in c?
Is null always equal to 0(zero)?
What is bss in c?