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

int x=sizeof(!5.856); What will value of variable x?

2 Answers  


What is the difference between union and structure in c?

0 Answers  


Can we declare variable anywhere in c?

0 Answers  


what is ram?

3 Answers   TCS,


what is ANSI and ISO

7 Answers   HCL,






Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?

0 Answers  


if the total selling price of 15 items and the total profit earned on them is input through the keyboard, write a program to find the cost price of one of the item

2 Answers  


how to make c program without a libary? e.g.#include<stdio.h> libary is not in c progaram.

2 Answers  


How is pointer initialized in c?

0 Answers  


What's the difference between calloc() and malloc()?

4 Answers  


What are local static variables?

0 Answers  


Is main is user defined function?

0 Answers  


Categories