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 reverse string to print a stars.(with out using logic)
*****
****
***
**
*

Answer Posted / sandeep

#include<stdio.h>
#include<conio.h>
int main()
{

puts("
*****");
puts("
****");
puts("
***");
puts("
**");
puts("
*");
return 0;
}

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)

2413


Why can arithmetic operations not be performed on void pointers?

1046


Explain the difference between the local variable and global variable in c?

1076


How pointer is different from array?

1087


Not all reserved words are written in lowercase. TRUE or FALSE?

1236


Explain #pragma statements.

1052


What is a macro, and explain how do you use it?

1082


Explain how do you view the path?

1178


Explain how can I read and write comma-delimited text?

1170


What is the difference between local variable and global variable in c?

1237


a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f

2157


Explain why can’t constant values be used to define an array’s initial size?

1357


What is header file definition?

1087


What is scope of variable in c?

1046


Can a variable be both constant and volatile?

1126