Answer Posted / sundar
a=a+b+c
b=a-(b+c)
c=a-(b+c)
a=a-(b+c)
| Is This Answer Correct ? | 89 Yes | 13 No |
Post New Answer View All Answers
Why double pointer is used in c?
Can you think of a logic behind the game minesweeper.
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
How to throw some light on the b tree?
How can I make it pause before closing the program output window?
Write a program to swap two numbers without using the third variable?
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
largest Of three Number using without if condition?
Simplify the program segment if X = B then C ← true else C ← false
What is the use of gets and puts?
What are the 4 data types?
What are actual arguments?
What are the types of pointers in c?
What is static and auto variables in c?
What is I ++ in c programming?