*question number 1*/ Code: int z,x=5,y=-10,a=4,b=2; z = x++ - --y * b / a;What number will z in the sample code above contain? In...
Ahhh! Clearly unterstood. thank U all.........
thanks a lot. Got the idea about malloc,memset fns. my question is,, what will be the output for the above program????
main() { char *p1=“name”; char *p2; p2=(char*)malloc(20); memset (p2, 0, 20); while(*p2++ =...
got it thanks a lot
Difference between const char*ptr and char *const ptr please give detailed explaination with examples
default statement can be placed anywhere in the loop. But it will be executed only when all the cases didn't match.
Separate names with a comma.