Q. Write a program to swap two variables showing the example of call by reference. #BIT_FirstSem_2017_6No_4Marks_Solution ==>Code goes...
Read More
Home / Swapping Values
Showing posts with label Swapping Values. Show all posts
Showing posts with label Swapping Values. Show all posts
Swapping Values using 3rd Variable : C Programming
Code goes like this : /* Swapping values without using 3rd Variable */ #include<stdio.h> main() { int a,b; printf(...
Read More
Subscribe to:
Posts
(
Atom
)