Patterns Programs in C language
/*C program to print following Pyramid: ***** **** *** ** * */ #include<stdio.h> #define LIMIT 5 int main() { int i,j; for(i=LIMIT; i>=0; i--) { for(j=0;j<=i;j++) { printf("*"); } printf("\n"); } return 0; }
Also Provide
GST billing software
Stock Management software
Mobile application development
Payment Gateway Integration(core PHP, Laravel and Python)
- EazyPay Payment Gateway Integration PHP
- Bankonnect Payment Gateway Integration
- Razorpay Payment Gateway Integration Service
Prime Programmer
8795202855
No comments:
Post a Comment