swap 2 numbers without using third variable?
No Answer is Posted For this Question
Be the First to Post Answer
Differentiate between declaring a variable and defining a variable?
write aprogram for There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.
1 Answers iGate, Shashi, Source Bits, Subex,
How can I read in an object file and jump to locations in it?
What is p in text message?
Is main is a keyword in c?
What is %d used for?
Can we change the value of constant variable in c?
different between overloading and overriding
main() { float a=8.8; double b=8.8; if(a==b) printf("Equal"); else printf("not equal"); getch(); } what is the output? with reason
main() { int x=5,y=10,z=0; x=x++ + y++; y=y++ + ++x; z=x++ + ++y; printf("%d%d%d\n",x,y,z); }
please give me some tips for the placement in the TCS.
What does != Mean in c?