Have you fixed the length and breadth of the image or the monitor and/or browser you are using now is different. You should give things in percent...
Have you googled it You can get a lot ways of doing that on google. One of them is a = a + b; b = a - b; a = a - b;
The link was very useful. It contains some good points. Thanks
Is it something like in case of i++ the compiler first evaluates the expression j = i++*i++ and then increments i 2 times in a row and opposite...
Hi, I am also a newbie so correct me if i am wrong. What I understand from your problem that you want to find an address *ptr in C ranging form...
Hi everyone, I am a beginner of C and am stuck on a problem like below int i=3, j, k; j = i++*i++; k = ++i*++i; print ("j=%d k=%d", j, k); As...
Separate names with a comma.