Answer Posted / ushagva1
a=a+b-(b=a);
| Is This Answer Correct ? | 21 Yes | 2 No |
Post New Answer View All Answers
What is fflush() function?
Who invented bcpl language?
What is the 'named constructor idiom'?
Which of these functions is safer to use : fgets(), gets()? Why?
what will be maximum number of comparisons when number of elements are given?
What is use of #include in c?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
What is difference between class and structure?
What is an array in c?
What is sizeof in c?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
What are the 32 keywords in c?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
Explain how do you list a file’s date and time?
What does void main () mean?