write a program to swap Two numbers without using temp variable.
Answer Posted / tamerat
q
| Is This Answer Correct ? | 8 Yes | 13 No |
Post New Answer View All Answers
When is a “switch” statement preferable over an “if” statement?
Which header file is used for clrscr?
Explain how do I determine whether a character is numeric, alphabetic, and so on?
Explain about the functions strcat() and strcmp()?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
Is fortran faster than c?
Do you know the use of fflush() function?
What is the difference between formatted&unformatted i/o functions?
Is c pass by value or reference?
Explain the term printf() and scanf() used in c language?
Explain why C language is procedural?
How many types of errors are there in c language? Explain
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
Is there a way to switch on strings?
In c programming language, how many parameters can be passed to a function ?