Write a program to swap two numbers without using the third variable?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

write a program in c language to print your bio-data on the screen by using functions.

0 Answers  


What is p in text message?

0 Answers  


what will be the output of "printf("%d%d",scanf("%d% d",&a,&b))".provide an explation regarding the question

6 Answers  


increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {

2 Answers   HCL, Syntel, TCS,


Explain why can’t constant values be used to define an array’s initial size?

0 Answers  


What is the purpose of macro in C language?

0 Answers   Fidelity,


What character terminates all strings composed of character arrays? 1) 0 2) . 3) END

3 Answers  


for(;;) printf("C language") What is out put of above??

2 Answers   Practical Viva Questions,


how to write a cprogram yo get output in the form * *** ***** ******* ********* ******* ***** *** *

3 Answers  


Why is c called c not d or e?

0 Answers  


What are the usage of pointer in c?

0 Answers  


print pattern 1 1 33 33 555 555 77777777 555 555 33 33 1 1

1 Answers   Winit,


Categories