Answer Posted / pedda
t=a;
a=b;
b=t;
t means temporary value
| Is This Answer Correct ? | 3 Yes | 7 No |
Post New Answer View All Answers
Can we declare variable anywhere in c?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
Can a local variable be volatile in c?
Why does notstrcat(string, "!");Work?
What is c language & why it is used?
What does void main () mean?
What does %d do?
What is a floating point in c?
Which is better pointer or array?
What is c language in simple words?
Differentiate between declaring a variable and defining a variable?
What are local static variables? How can you use them?
What is the purpose of scanf() and printf() functions?
What is the use of #define preprocessor in c?
How do you determine a file’s attributes?