Dear Friends,
I want to allocate a large chunk of memeory of about 200K dynamically.
When I call malloc its not able to allocate that much memory and neither its returning a null pointer.
Is there any other way to make sure that it allocates that much memory?
my code is
char...
Dear friend,
If i write
unsigned char c;
c=2;
printf("The value after bit shift is %d",(c<<16);
Is it a valid syntax will i get an exact answer?
I am getting zero for this why??
As I am not storing this value to any other variable i must get...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.