Answer Posted / priya
int a=5,b=2;
printf("%d %d");
execute the pgm deftly swap wil tak place.......
| Is This Answer Correct ? | 3 Yes | 12 No |
Post New Answer View All Answers
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
What are the different types of control structures in programming?
Explain how do you determine whether to use a stream function or a low-level function?
What is putchar() function?
Is it fine to write void main () or main () in c?
Is this program statement valid? INT = 10.50;
Tell me when is a void pointer used?
What are preprocessor directives in c?
What is c mainly used for?
code for quick sort?
What does int main () mean?
What is unsigned int in c?
what is the basis for selection of arrays or pointers as data structure in a program
Did c have any year 2000 problems?
Write a program to know whether the input number is an armstrong number.