What is the difference between union and anonymous union?
No Answer is Posted For this Question
Be the First to Post Answer
what is differnence b/w macro & functions
how can u print a message without using any library function in c
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
How can this be legal c?
ATM machine and railway reservation class/object diagram
Is it possible to create recycle bin in mobiles?
write a program to remove duplicate from an ordered char array? in c
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
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
What is the sizeof () a pointer?
Does sprintf put null character?
is it possible to change the default calling convention in c ?