दिए गए c प्रोग्राम के लिए अपेक्षित आउटपुट क्या है?

#include  
 int main()    
{    
int a, b;      

scanf("%d %d", &a, &b);
a=a+b;   
b=a-b;   
a=a-b;    
printf("\nAfter swap a=%d b=%d",a,b);    
return 0;  

1
नंबर स्वैप करना
2
रिवर्स नंबर
3
अंकों का योग
4
अंकों का योग और घटाना

Sponsored

hivanix.in

Visit

This quiz is brought to you by hivanix.in

🌐 Web App Development

Quick Navigation