Write a program to exchange two variaables without temp
Answer Posted / {
void main()
| Is This Answer Correct ? | 0 Yes | 11 No |
Post New Answer View All Answers
Write a program that accept anumber in words
What does dm mean sexually?
Write a program to use switch statement.
Is there a built-in function in C that can be used for sorting data?
Why is c called c?
Why doesnt the call scanf work?
Can a function argument have default value?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Explain can static variables be declared in a header file?
What is difference between structure and union?
In C, What is the #line used for?
How many types of operator or there in c?
Write a program to print factorial of given number using recursion?
Which is better oop or procedural?
Explain what is the difference between the expression '++a' and 'a++'?