Computer Science, asked by mrizawashik, 2 months ago

1. Find the output of the below program:
#include <stdio.h>
int k=10;
int func(int aint b)
{
k=k+ (a*b);
}
int main()
{
int a=2, b=5, C=7;
c = func(b,a),
a = func(cb). ;
b = func(a,c);
printf("%d",k),
}​

Answers

Answered by manndahiya133
0

Answer:

SORRY ‍♀️ YAR I CANT GIVE YOU ANSWER

Similar questions