Answer Posted / rajkumar
(a=a-(b=(a=a+b)-b));
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
Explain what is the difference between a free-standing and a hosted environment?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
What is the difference between struct and typedef struct in c?
Why c language?
What is main return c?
Can we initialize extern variable in c?
How can I find the modification date and time of a file?
How can I read in an object file and jump to locations in it?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
Write a c program to demonstrate character and string constants?
Are negative numbers true in c?
#include
What does d mean?
What is a lookup table in c?
What does it mean when the linker says that _end is undefined?