answersLogoWhite

0

What is a union in c program?

User Avatar

Anonymous

12y ago
Updated: 8/20/2019

A union, is a collection of variables of different types, just like a structure. However, with unions, you can only store information in one field at any one time

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Write a c program to generate student mark details using union and find total and average and grade?

write a c program to display marks,total,average,grade using union


What is union in c program?

It's a fragment of memory shared by multiple variables.


The fields in a c program are by default private is true or not?

I guess you mean C++, not C.Data fields of a structure/union are public by default,those of a class are private by default.


C program was introduced in the year?

c program was introduced in the year 1972 by Dennis RitchieNo, it was the C language, not the C program.


Features of c program?

the features of a C program


How do you solve A intersecting B union C?

The answer depends on whether you mean A intersecting (B union C) or (A intersecting B) union C.


What is executive a c program?

I think it is 'execution of a C program'.


C program on left factoring in compiler design?

how to create a c program for left factoring.


Sample program of c plus plus by using an algorithm union?

The union of two data sequences is the combined set of both sequences. To create a union, copy the first data sequence then append the second to the copy. Both sequences must be of the same type.


What is int86 function in C programming?

INT 86 Int86() is a C function that allows to call interrupts in the program. prototype in dos.h In and out register must be type of REGS. REGS is a built in UNION declaration in C. It is defined in the header file <DOS.h>


Program for sin series in c language?

find the program in c-pgms.blogspot.com


Different parts of c language program?

what are the parts of C language program