can a union be self-referenced?

Answer Posted / thunder

Yes,unions also self-referenced,but it can share the common
memory location.

Is This Answer Correct ?    12 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

C language questions for civil engineering

1233


How can I change their mode to binary?

684


Can you please explain the difference between syntax vs logical error?

682


Array is an lvalue or not?

624


What are the types of unary operators?

651






How can I direct output to the printer?

804


What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

1342


What is the use of function overloading in C?

665


How can I discover how many arguments a function was actually called with?

626


How many keywords (reserve words) are in c?

603


a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f

1577


Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.

2647


In C programming, what command or code can be used to determine if a number of odd or even?

614


What is 1d array in c?

590


Why is c faster?

583