Swapping two number using Function (Call By Reference) Swapping two number using Function (Call By Reference) Question: Write a program to swap two […]
Read moreTag: swap two numbers
Swaping of 2 numbers
Swapping of 2 numbers Swapping of 2 numbers #include<stdio.h> int main() { int a ; printf(“Enter a :Β “); scanf(“%d,&a); int b ; printf(“Enter […]
Read more
Recent Comments