Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Write a program to produce the following output:
1
2
3
4
5
6
7
8
9
10

Answers were Sorted based on User's Feedback



Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10..

Answer / bilal

guys how about the question write a program toprint

1
2 3
4 5 6

Is This Answer Correct ?    26 Yes 3 No

Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10..

Answer / alish agrwal

#include<stdio.h>
#include<conio.h>
void main()
{ int i;
for(i=1;i<=10;i++)
printf("\n",i);
getch();
}

Is This Answer Correct ?    29 Yes 14 No

Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10..

Answer / sagarraje nimbalkar

// using If else

#include<stdio.h>
#include<conio.h>
void main()
{
int i=1;
while(i<=10)
{
printf("\n%d",i);
i++;
}
}

Is This Answer Correct ?    13 Yes 4 No

Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10..

Answer / jjh

0
1 0 1
2 1 0 1 2
3 2 1 0 1 2 3
4 3 2 1 0 1 2 3 4
5 4 3 2 1 0 1 2 3 4 5

Is This Answer Correct ?    8 Yes 6 No

Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10..

Answer / nazar hussain khan

#include"stdio.h"
#include"conio.h"
void main(void)
{
clrscr();
int a,
for(i=1;i<=10;i++)
{
printf("%d",i);
}
printf("\n");
getch();
}

Is This Answer Correct ?    3 Yes 2 No

Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10..

Answer / guest

#include<stdioh>
#include<conio.h>
void main()
{
int i;
for(i=0;i<=10;i++)
{
printf("%d",i);
}
}

Is This Answer Correct ?    8 Yes 14 No

Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10..

Answer / munna

#include<stdio.h>
#include<conio.h>
void main()
{
int i=0;
for(i=0;i<=10;i++)
{
printf("the required numbers are:%d",i);
}
getch();
}

Is This Answer Correct ?    3 Yes 9 No

Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10..

Answer / kelly baby

Hello dear new friend,
my name is Kelly i read your profile and i decided to
contact you hopping that you will accept me as your friend,
please if you accept my request reply my true my email
address (kellybaby004@yahoo.in) so that i will send you my
picture and tell you more about me, do not late far
decadence be a barrier let love cornet because love is
abridge cornet far decadence to be lose.
yours kelly

Is This Answer Correct ?    5 Yes 14 No

Post New Answer

More C Interview Questions

What is the difference between static and global variables?

1 Answers  


What is function pointer and where we will use it

2 Answers   Infosys, NetApp,


int far *near * p; means

0 Answers   Honeywell,


Differentiate between the = symbol and == symbol?

0 Answers  


how to print "hai" in c?

13 Answers   TCS,


Why string is used in c?

0 Answers  


What are the modifiers available in c programming language?

0 Answers  


what value is returned to operating system after program execution?

0 Answers  


What is the difference between calloc() and realloc()?

1 Answers  


How do you sort filenames in a directory?

0 Answers  


how to go with this?

1 Answers   Wipro,


in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none

0 Answers  


Categories