What is difference between union and structure in c?


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

Post New Answer

More C Interview Questions

What are qualifiers and modifiers c?

0 Answers  


What do you mean by Recursion Function?

0 Answers   Hexaware,


What is queue in c?

0 Answers  


how we do lcm of two no using c simple if while or for statement

1 Answers  


what is the output of the program?? #include<stdio.h> main ( ) { int a=010,sum=0,tracker: for(tracker=0;tracker<=a;tracker++) sum+=tracker; printf(ā€œ %d\nā€,sum); } what is the difference between a=10 and a=010??

3 Answers   Oracle,






write a programme that inputs a number by user and gives its multiplication table.

2 Answers  


Create a simple code fragment that will swap the values of two variables num1 and num2.

0 Answers  


with out using main how to execute the program?

2 Answers  


If the static variable is declared as global, will it be same as extern?

1 Answers   Samsung,


Why is c called c?

0 Answers  


1 1 2 1 2 3 1 2 3 4 1 2 3 1 2 1 generate this output using for loop

2 Answers  


Write program to remove duplicate in an array?

0 Answers  


Categories