swap two integer variables without using a third temporary
variable?
Answer Posted / abhinav lohar
t=a;
a=b;
b=t;
| Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
a value that does not change during program execution a) variabe b) argument c) parameter d) none
Which built-in library function can be used to match a patter from the string?
Explain high-order and low-order bytes.
what is the role you expect in software industry?
Is the exit() function same as the return statement? Explain.
What is your stream meaning?
Why doesnt the call scanf work?
What does the && operator do in a program code?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
difference between Low, Middle, High Level languages in c ?
Is multithreading possible in c?
In which language linux is written?
Describe newline escape sequence with a sample program?