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
What is an auto variable in c?
Explain logical errors? Compare with syntax errors.
Can you please explain the difference between exit() and _exit() function?
What are the advantages of using linked list for tree construction?
application attempts to perform an operation?
Can we declare a function inside a function in c?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
How can I prevent another program from modifying part of a file that I am modifying?
Using which language Test cases are added in .ptu file of RTRT unit testing???
What is difference between array and pointer in c?
What is volatile variable in c?
How to delete a node from linked list w/o using collectons?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What is the most efficient way to store flag values?
How do you search data in a data file using random access method?