union u
{
union u
{
int i;
int j;
}a[10];
int b[10];
}u;
main()
{
printf("\n%d", sizeof(u));
printf(" %d", sizeof(u.a));
// printf("%d", sizeof(u.a[4].i));
}
a. 4, 4, 4
b. 40, 4, 4
c. 1, 100, 1
d. 40 400 4
Answer Posted / psrk
option d
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How to palindrom string in c language?
why nlogn is the lower limit of any sort algorithm?
Write a routine to implement the polymarker function
Design an implement of the inputs functions for event mode
why do you use macros? Explain a situation where you had to incorporate macros in your proc report? use a simple instream data example with code ?
write a program for area of circumference of shapes
how to create a 3x3 two dimensional array that will give you the sums on the left and bottom columns
Write a program to model an exploding firecracker in the xy plane using a particle system
create a C-code that will display the total fare of a passenger of a taxi if the driver press enter,the timer will stop. Every 10 counts is 2 pesos. Initial value is 25.00
how to test pierrot divisor
Sir... please give some important coding questions asked by product companies..
What is the match merge ? compare data step match merge with proc sql merge - how many types are there ? data step vs proc sql
To Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates. String contains only lowercase characters ['a'-'z']
#include
Given a spherical surface, write bump-mapping procedure to generate the bumpy surface of an orange