what will be the result for !n where n can be any integer... is this operation possible???? if so what will happen??
#define square(x) x*x main() { int i; i=64/square(4); printf("%d",i); } the result obtained for this 64 how it is so?? i...
main() { printf("%x",-1<<4) } the result for this code is fff0 how does this result is obtained.. what is the actual process...
int i=3; switch(i) { default: printf("zero"); break; case 1: printf("one"); break; case 2:...
hi friends can anyone help me.. why java is said to be a complete oop language and c++ not
Separate names with a comma.