// Could some body plzz xplain dis code..............

#include<stdio.h>
void main()
{
long double lda=1e+37L,ldb=1e-37L;
long double a[2]={1234,5678};
long long unsigned int x=0x1234;
printf("%d  %d   %ld    %ld  %llx
%d",sizeof(lda),lda,a[0],a[1],x,sizeof(x));
}

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to