Can we replace the struct function in tree syntax with a union?
No Answer is Posted For this Question
Be the First to Post Answer
if the address of a[1,1] and a[2,1] are 1000 and 1010 respectively and each occupies 2 bytes then the array has been stored in what order?
4 Answers Amazon, Apple, Bata, Google, NASA,
Why is c called a mid-level programming language?
what is the use of fflush() function?
what is a function pointer and how all to declare ,define and implement it ???
Explain why can’t constant values be used to define an array’s initial size?
Explain the concept of "dangling pointers" in C.
what is the size of an integer variable?
Can we declare function inside main?
what is a pointer
4 Answers Bank Of America, TCS,
What is #define?
Struct(s) { int a; long b; } Union (u) {int a; long b; } Print sizeof(s)and sizeof(u) if sizeof(int)=4 and sizeof(long)=4
What is a segmentation fault?