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 is false about the following A compound statement is a.A set of simple statments b.Demarcated on either side by curly brackets c.Can be used in place of simple statement d.A C function is not a compound statement.

5 Answers   CCEM, TCS,


Define Spanning-Tree Protocol (STP)

0 Answers  


Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.

0 Answers   Sikkim Manipal University,


what is dangling pointer?

1 Answers   LG Soft,


what is the purpose of the code, and is there any problem with the code? int f( int n, int l, int r ) { return (n << l) >> r; }

2 Answers   Google,






how many argument we can pas in in a function

25 Answers   CTS,


1. Write a program to reverse every second word in a given sentence.

1 Answers  


how can i print "hello"

3 Answers  


Give a method to count the number of ones in a 32 bit number?

4 Answers  


how can i get output like this? 1 2 3 4 5 6

6 Answers   Excel,


Can we use any name in place of argv and argc as command line arguments?

0 Answers  


Should I learn data structures in c or python?

0 Answers  


Categories