What are the properties of union in c?


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

Post New Answer

More C Interview Questions

Write a Program to print this triangle: * ** * **** * ****** * ******** * ********** use two nested loops.

12 Answers   MIT, TCS,


Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.

0 Answers   TCS,


Explain what is the most efficient way to store flag values?

0 Answers  


what is the return type of printf

3 Answers  


What is a pointer and how it is initialized?

0 Answers  






C language questions for civil engineering

0 Answers   Tech Mahindra,


What is union and structure?

0 Answers  


What do you mean by a local block?

0 Answers   InterGraph,


2.Given the short c program that follows a. make a list of the memory variables in this program b.which lines of code contain operations that change the contents of memory? what are those operations? Void main( void) { Double base; Double height; Double area; Printf(“enter base and height of triangle :”); Scanf(“%lg”, &base); Scanf(“%lg”, &height); Area=base*height/2.0; Printf(“the area of the triangle is %g \n”,area); }

1 Answers   Wipro,


If null and 0 are equivalent as null pointer constants, which should I use?

0 Answers  


Can a file other than a .h file be included with #include?

0 Answers   Aspire, Infogain,


What is ## preprocessor operator in c?

0 Answers  


Categories