write a program to swap Two numbers without using temp variable.
Answer Posted / school
public class hack
{
magic printwall(the web must block);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the storage classes in C?
If you know then define #pragma?
What is the benefit of using #define to declare a constant?
Can a pointer be null?
What are dangling pointers? How are dangling pointers different from memory leaks?
What are compound statements?
What 'lex' does?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
What is a header file?
How can I prevent another program from modifying part of a file that I am modifying?
What is a shell structure examples?
What is a const pointer?
How are variables declared in c?
what is uses of .net
Which header file is used for clrscr?