void main(){
int a;
a=1;
while(a-->=1)
while(a-->=0);
printf("%d",a);
}
No Answer is Posted For this Question
Be the First to Post Answer
What tq means in chat?
What is that continue statement??
What is the advantage of a random access file?
What is indirection? How many levels of pointers can you have?
c pgm count no of lines , blanks, tabs in a para(File concept)
what is the role you expect in software industry?
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
What is 'bus error'?
Are negative numbers true in c?
what is the meaning of 'c' language
What is indirection?
main() {int a=200*200/100; printf("%d",a); }