@shabbir: Oh alright, here they are: Link#1. //bytes.com/topic/c/answers/543879-what-structure-padding link#2....
@shabbir: Thanks for replying. @xpi0t0s: Thanks for replying. I searched google and found some useful links, but am unable to post them...
@xpi0t0s: Yeah this really is a twisted code. i came across it by accident while messing with these statements. Thanks for the advice. Thanks
Hello Everyone. I need a little in understanding the padding of structures by a compiler. The code is: #include<stdio.h> struct a{ int a; char c;...
@Ancient Dragon: Thanks for replying. I didn't understand what u pointed out. Could you elaborate. @xpi0t0s: Thanks for replying. Its behavior is...
@Everyone: I would like to point out that when i said "I got it" in the above reply, i didn't mean that i solved it myself but what i meant was...
Hello Everyone. The reply i got from a forum is that even i am getting a pattern it is platform dependent and so undetermined. But i dont feel...
Thanks Guys but i got it. See what the code div_t div __P((int, int)); does is replace __P((int,int)) simply with () or (int,int), so that the...
I was fiddling around to find the "size of" operator printf("%d\n",sizeof(int));As expected the ans is 4 (in ubuntu) printf("%d\n",sizeof(int)...
Hello guys, here is the code in reference: /* sys/cdef.h */ #if defined(__STDC__) || defined(__cplusplus) #define __P(protos) protos...
Separate names with a comma.