What is difference between Structure and Unions?


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

Post New Answer

More C Interview Questions

How many types of linked lists what are they? How many types of data structures?

18 Answers   BSNL, Pivotal Software,


Explain c preprocessor?

0 Answers  


#include<stdio.h> main() { char *p1; char *p2; p1=(char *) malloc(25); p2=(char *) malloc(25); strcpy(p1,"Ramco"); strcpy(p2,"Systems"); strcat(p1,p2); printf("%s",p1); } Tell me the output?

6 Answers   Ramco,


What are reserved words?

0 Answers  


how to swap 2 numbers within a single statement?

4 Answers  






What is array in C

0 Answers  


difference between i++* and *++i

6 Answers   IBM,


c language interview questions & answer

0 Answers  


Explain what are global variables and explain how do you declare them?

0 Answers  


What are the 4 types of unions?

0 Answers  


Explain how do you view the path?

0 Answers  


totally how much header files r in c language

8 Answers   TCS,


Categories