#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
0
Answer:
output will be ::::== 25
Similar questions
Hindi,
1 day ago
Biology,
1 day ago
Physics,
1 day ago
Environmental Sciences,
2 days ago
Science,
8 months ago