void main()
{
static a,b;
while(a > b++)
}
a) a=0 b=0
b) a=0 b=0
c) a=1 b=1
d) none of the mentioned
What will be the output of the following Code?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What will be the output of the following Code?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!