Find the smallest value of variable c to get the expected output
Expected output : 18
int work1(int a)
return (a'a'a);
]
Int work2(int al
if(a%2 == 1)
return a;
}
elsel
return a/2;
int work3(int a.int bl
return a-b;
یا
int main() {
int a=3,b=1,c=_
a = work1( a );
b = work2(c);
C = work3( b , a);
printf("%d", a+b+c);
return 0;
Answers
Answered by
0
Answer:
Free Fire is the ultimate survival shooter game available on mobile. Each 10-minute game places you on a remote island where you are pit against 49 other ...
Answered by
0
Answer:
char inchar = 'A';
switch (inchar)
{
case 'A' :
printf ("choice A \n") ;
case 'B' :
printf ("choice B ") ;
case 'C' :
case 'D' :
case 'E' :
default:
printf ("No Choice") ;
}
Similar questions
Computer Science,
17 days ago
Physics,
17 days ago
Science,
1 month ago
History,
1 month ago
Science,
9 months ago