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


Please Help Members By Posting Answers For Below Questions

Not all reserved words are written in lowercase. TRUE or FALSE?

972


What is the difference between char array and char pointer?

735


Explain how can I read and write comma-delimited text?

916


What is auto keyword in c?

954


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)

853


how to find anagram without using string functions using only loops in c programming

2915


What is volatile variable in c?

850


What is merge sort in c?

821


What are reserved words?

845


A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles

887


Mention four important string handling functions in c languages .

838


The difference between printf and fprintf is ?

938


What is the general form of function in c?

788


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

3541


Are bit fields portable?

883