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


Please Help Members By Posting Answers For Below Questions

Can an array be an Ivalue?

761


What is file in c language?

671


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

2849


#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); }

832


In c language can we compile a program without main() function?

683






find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2

1629


Why header file is used in c?

670


What is a structure and why it is used?

719


Process by which one bit pattern in to another by bit wise operation is?

720


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.....

1461


What are local variables c?

641


What is the purpose of scanf() and printf() functions?

806


What is the use of extern in c?

740


What are the 5 elements of structure?

688


What is union and structure in c?

721