What is difference between structure and union with example?


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

Post New Answer

More C Interview Questions

Where we use clrscr in c?

0 Answers  


How do I swap bytes?

0 Answers  


What is that continue statement??

4 Answers  


What do you mean by c?

0 Answers  


When can you use a pointer with a function?

0 Answers  






there is two conditions , 1. while using for loop for printing 1 to 50 no's simulteneous 2. while using printf functios for printing 1 to 50 no's simulteneous with or without using variables who will take more time for compiling and execution? explain in details with reason?

1 Answers  


What is the meaning of int *x[]();?

1 Answers  


What are the different categories of functions in c?

0 Answers  


What are the 4 types of unions?

0 Answers  


Which of the following are valid "include" formats? A)#include and #include[file.h] B)#include (file.h) and #include C)#include [file.h] and #include "file.h" D)#include <file.h> and #include "file.h"

15 Answers   Accenture,


how to swap two nubers by using a function with pointers?

1 Answers  


Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }

2 Answers  


Categories