What is difference between structure and union in c programming?


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

Post New Answer

More C Interview Questions

Explain is it valid to address one element beyond the end of an array?

0 Answers  


What is bash c?

0 Answers  


Develop a program that computes the new price of an item. The program should receive a character variable colour and a double precision floating-point variable price from the user. Discount rate is determined based on the colour of the discount sticker, as shown in the following table. An error message should be printed if an invalid colour has been entered

1 Answers  


What is #define used for in c?

0 Answers  


advantages of pointers?

3 Answers  


Explain what header files do I need in order to define the standard library functions I use?

0 Answers  


Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.

0 Answers  


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,


What is a program flowchart?

0 Answers  


Can variables be declared anywhere in c?

0 Answers  


12345 1234 123 12 1

2 Answers  


Write the Program to reverse a string using pointers.

0 Answers   InterGraph,


Categories