main()
{
intj;
while9j<=10)
{
printf("\n%d",j);
j=j+1;
}
}
Answer Posted / sathsh
unexpected
Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Can an array be an Ivalue?
What is file in c language?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
In c language can we compile a program without main() function?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
Why header file is used in c?
What is a structure and why it is used?
Process by which one bit pattern in to another by bit wise operation is?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
What are local variables c?
What is the purpose of scanf() and printf() functions?
What is the use of extern in c?
What are the 5 elements of structure?
What is union and structure in c?