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

Explain the difference between call by value and call by reference in c language?

0 Answers  


What are the difference between a free-standing and a hosted environment?

0 Answers   Infogain,


what is the need for main function in c?

5 Answers  


What is the difference between exit() and _exit() function?

0 Answers  


What is malloc() function?

0 Answers  






marge linklist

0 Answers   HCL,


what is the difference between postfix and prefix unary increment operators?

3 Answers  


what is the role you expect in software industry?

0 Answers   HCL,


Write a program that accept anumber in words

0 Answers  


What is sizeof int?

0 Answers  


What should malloc() do? Return a null pointer or a pointer to 0 bytes?

0 Answers  


list the no of files created when c source file is compiled

9 Answers   TCS,


Categories