Computer Science, asked by hemalathagovindaraja, 2 days ago

#include int main() { int a=10, b=5, c=0; while(b>0) { c = c + a-b; b = b = 1; } printf("%d ",c);​

Attachments:

Answers

Answered by simonsaikia9
0

Answer:

output will be ::::== 25

Similar questions