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

program for following output using for loop?
1 2 3 4 5
2 3 4 5
3 4 5
4 5
5

Answer Posted / subasaranya

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

Is This Answer Correct ?    2 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset

1063


Explain how can I convert a number to a string?

1119


Can we assign integer value to char in c?

1180


What is %s and %d in c?

987


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

1475


Are c and c++ the same?

1017


When we use void main and int main?

1036


What is wrong in this statement? scanf(ā€œ%dā€,whatnumber);

1203


What is a global variable in c?

970


Explain null pointer.

1057


A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none

1166


main() { struct s1 { char *str; struct s1 *ptr; }; static struct s1 arr[] = { {"Hyderabad",arr+1}, {"Bangalore",arr+2}, {"Delhi",arr} }; struct s1 *p[3]; int i; < BR> for(i=0;i<=2;i++) p[i] = arr[i].ptr; printf("%s ",(*p)->str); printf("%s ",(++*p)->str); printf("%s ",((*p)++)->str); }

1378


When would you use a pointer to a function?

1010


What is the difference between mpi and openmp?

1235


Why we write conio h in c?

984