How many ways are there to swap two numbers without using
temporary variable? Give the each logic.
Answer Posted / megha
in 7 types
| Is This Answer Correct ? | 2 Yes | 11 No |
Post New Answer View All Answers
Explain what are preprocessor directives?
What is the use of a ‘ ’ character?
Sir i need notes for structure,functions,pointers in c language can you help me please
Is null always equal to 0(zero)?
Differentiate between a for loop and a while loop? What are it uses?
What is advantage of pointer in c?
Without Computer networks, Computers will be half the use. Comment.
What are reserved words with a programming language?
write a program in c language to print your bio-data on the screen by using functions.
How was c created?
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
Can we declare function inside main?
What is the difference between pure virtual function and virtual function?
Why double pointer is used in c?
What is keyword in c?