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 is the difference between global variable & static variable declared out side all the function in the file.
all c language question
Explain the red-black trees?
what is c
difference between c and c++
How to swap two values using a single variable ? condition: Not to use Array and Pointer ?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
What is unary operator?
Why do we use c for the speed of light?
What the advantages of using Unions?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
What is use of integral promotions in c?