Leader'S Acadmey: Q.1: Choose The Correct Answer.
Leader'S Acadmey: Q.1: Choose The Correct Answer.
#include<stdio.h>
void main ()
{
int a = 4, b;
flaot c = 2.3;
b = c* a ;
printf (“%d”, b);
} Output=
(a) Write a program that swaps the value of two integer varables. (5)
BEST OF LUCK ☺