From b795199e81c69a4b3420a56c8cc149ee794009f8 Mon Sep 17 00:00:00 2001 From: keerthika15 <61348612+keerthika15@users.noreply.github.com> Date: Wed, 6 Oct 2021 13:43:49 +0530 Subject: [PATCH] Update fuction.c --- fuction.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fuction.c b/fuction.c index aae86ea..fe756d0 100644 --- a/fuction.c +++ b/fuction.c @@ -7,6 +7,7 @@ void swap(int *n1, int *n2); int main() { int num1 = 5, num2 = 10; + float num2; // address of num1 and num2 is passed swap( &num1, &num2);