Explain the properties of union. What is the size of a union variable


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Differentiate fundamental data types and derived data types in C.

0 Answers   HCL,


code for concatination of 2 strings with out using library functions?

3 Answers  


Define Array of pointers.

0 Answers  


a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.

0 Answers  


Explain the difference between call by value and call by reference in c language?

0 Answers  


what is the differance between pass by reference and pass by value.

7 Answers   Infosys,


Explain high-order bytes.

0 Answers  


Write a program to show the workingof auto variable.

2 Answers   Infotech,


What is the difference between malloc() and calloc()?

3 Answers  


What is the use of the #include directive?

3 Answers  


What are the data types present in c?

0 Answers  


How can I check whether a file exists? I want to warn the user if a requested input file is missing.

0 Answers  


Categories