User: mehak

  • Public profile

User profile: mehak

User info
User name:mehak
History
Joined:
Number of posts:94
Latest posts:

union
dot operator should be used to initialise z2,that is, a.ch[0]=0 and a.ch[1]=2

structure
the following code gives a compilation error [code] #include<stdio.h> int main() { str...

union
why does [code]union a z2 = {0, 2};[/code] give error ? [code] #include<stdio.h> int main() ...

Bit fields
the following code compiles however the c version of it gives a compilation error [code]C:\Users\Meh...

this pointer
okay then y is the value of x updated to 10 if i dont return by reference

This user does not accept Private Messages