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

Post New Answer

More C Interview Questions

Why can’t we compare structures?

0 Answers  


What is pointer in c?

0 Answers  


What is data structure in c programming?

0 Answers  


How can I make it pause before closing the program output window?

0 Answers  


What is the scope of local variable in c?

0 Answers  






c programming of binary addition of two binary numbers

4 Answers  


Three major criteria of scheduling.

1 Answers  


How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?

2 Answers   Aricent, Manipal University,


How can I recover the file name given an open stream?

0 Answers  


How arrays can be passed to a user defined function

0 Answers  


can we declare a function in side the structure?

2 Answers   HCL,


Explain 'bit masking'?

0 Answers   EXL,


Categories