What is the difference between union and anonymous union?


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

Post New Answer

More C Interview Questions

In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.

0 Answers  


What is a stream in c programming?

0 Answers  


what is a function prototype?

1 Answers  


Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?

0 Answers  


If input is 123 then how to print 100 and 20 and 3 seperately?

4 Answers  






Difference between Class and Struct.

13 Answers   Ericsson, Motorola, Wipro,


what is the function of .h in #include<stdio.h> in c ?

23 Answers   HCL, IBM, Wipro,


how to find out the inorder successor of a node in a tree??

2 Answers   TCS, Yahoo,


What is structure in c language?

0 Answers  


FIND THE OUTPUT IF THE INPUT IS 5 5.75 void main() { int i=1; float f=2.25; scanf("%d%f",&i,&f); printf("%d %f",,i,f); } ANSWER IS 5 AND 2.25 WHY?

4 Answers   Wipro,


What is s or c?

0 Answers  


What is the deal on sprintf_s return value?

0 Answers  


Categories