uniondot operator should be used to initialise z2,that is, a.ch[0]=0 and a.ch[1]=2
structurethe following code gives a compilation error [code] #include<stdio.h> int main() { str...
unionwhy does [code]union a z2 = {0, 2};[/code] give error ? [code] #include<stdio.h> int main() ...
Bit fieldsthe following code compiles however the c version of it gives a compilation error [code]C:\Users\Meh...
this pointerokay then y is the value of x updated to 10 if i dont return by reference
This user does not accept Private Messages