Long Long doesn't support
Posted: Tue Oct 12, 2004 7:10 pm
#include<stdio.h>
void main()
{
long long a;
a=4000000000;//400 core
printf("%lld\n",a);
}
the above code does not works properly.When it is over 2147483647 then
it gives elligal result.
whats the reson.Who can help me.
Thanks.
void main()
{
long long a;
a=4000000000;//400 core
printf("%lld\n",a);
}
the above code does not works properly.When it is over 2147483647 then
it gives elligal result.
whats the reson.Who can help me.
Thanks.