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
Not all reserved words are written in lowercase. TRUE or FALSE?
What is the difference between char array and char pointer?
Explain how can I read and write comma-delimited text?
What is auto keyword in c?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
how to find anagram without using string functions using only loops in c programming
What is volatile variable in c?
What is merge sort in c?
What are reserved words?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
Mention four important string handling functions in c languages .
The difference between printf and fprintf is ?
What is the general form of function in c?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
Are bit fields portable?