What are the properties of union in c?
Answer / Avinash Tiwari
In C, a union is a user-defined data type that allows multiple variables to share the same memory location. The size of a union is equal to the size of its largest member, and only one member can be accessed at any given time.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is null character in c?
write a program in c language to print your bio-data on the screen by using functions.
6 Answers College School Exams Tests, IBM,
What is the difference between local variable and global variable in c?
SIR PLS TELL ME THE CODE IN C LANGUAGE TO PRINT THE FOLLOWING SERIES 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1 1 2 3 2 1 1 2 1 1
Why does everyone say not to use scanf? What should I use instead?
Why is c so important?
is compiler do read the data line by line or not. ??
6 Answers LG Soft, Satyam, Tech Mahindra,
Is there a way to switch on strings?
print the pattern 1 2 4 3 6 9 4 8 12 16 5 10 15 20 25 if n=5
What is the difference between realloc() and free()
wap in c to accept n number display the highest and lowest value
How do I use strcmp?