Home
SAP FI
Computer in Banking
SAP CO
Home
Tech News
Tech Tips
Gadgets
Android
VC++
C Programming
Operating System
Windows Tips
Hosting
Web Desining
Sunday, 21 January 2018
Home
»
C Language
» Program for Traingle
Program for Traingle
By
Digital Tech Tricks
02:38
No comments
#include<stdio.h>
#include<conio.h>
main()
{
int n,i,j,t=1;
clrscr();
printf("enter the value:");
scanf("%d",&n);
for(i=1;i<=n;i++)
{
for(j=1;j<=i;j++)
{
printf("%3d",t);
t=t+1;
}
printf("\n");
}
getch();
}
Email This
BlogThis!
Share to X
Share to Facebook
← Newer Post
Older Post →
Home
0 comments:
Post a Comment
Social Profiles
Popular
Tags
Blog Archives
SAP FICO Maintain period Control Methods
Maintain period control methods Same path: (Transaction code: AFAMP) Select new entries button Period control method: 006 ...
SAP FICO Chart of Accounts Asset Accounting
Chart of Accounts Path: Accounting à Financial Accounting à General ledger à Information system à General ledger reports à Mas...
SAP FICO Mass Reversal
Mass Reversal To reverse more than one document at a time, we use mass reversal; it can be continuous or random. ...
Output Of Integer Numbers | practical c programming | general c programs
Output Of Integer Numbers The format specification for printing an integer number is %wd where w specifies the minimum field width...
SAP FICO Asset Accounting
Data take over Prepare XLS File: GL Masters – FS00 Vendor Masters – XK01 Customer maste...
c language tutorial for beginners | how to study c programming language | c programming blog
Introduction To C language Reading , processing and writing of data are the three essential functions of a computer Program.Most prog...
SAP Co Profitability Analayasis
Profitability analysis (CO – PA) Co – Controlling PA – Profitability analysis This is used to view profitability for number o...
SAP FICO AR Dunning
Dunning: Dunning means reminder: When the customer does not make payment as per terms of payment we will issue dunning letters...
Inputing Integer Number in C Language | best site to learn c programming | c programming codes
Inputing Integer Number The field specification for reading an integer number is: %wd the percent sign(%) indicates that a conver...
SAP MM- Integration
MM – Integration step 1. Define plant Path: SPRO à Enterprises structure à definition à logistics à general à define, copy, delete, check ...
Labels
android
C Language
Computers in Banking
Gadgets
Hosting
MS Dos
Operating System Dead Lock
OS
Processes And Threads
SAP CO
SAP FI
SAP Intergration
Tech news
Tech tips
Tools
VC
Web Designing
Windows
Blog Archive
▼
2018
(164)
►
February
(3)
▼
January
(161)
How to Block the Unwanted E Mails
How to overcome blue screen errors
How to hide hardisk drive
Issues in Paging and Virtual Memory
Implementing Synchronization Operations
Processes And Threads
Operating System Potpourri
Introduction To Paging
Introduction To Memory Management
Operating System Dead Lock
Thread Creation, Manipulation and Synchronization
Operating System
CPU Scheduling
Operating System
Latest Software Tools
MS DOS Commands
SAP SD to FI Intergration
SAP MM- Integration
SAP SD TO FI
SAP Integration
SAP CO Product Costing
SAP CO Product Costing
SAP Co Product Costing
SAP CO Product Costing
SAP Co Profitability Analayasis
Profit Centre Accounting To view profitabi...
SAP Co IO
SAP CO Internal Orders
SAP CO Cross Company Code
sap co Reconcilation Ledger
SAP CO Cost Center Accounting
SAP CO Basic Setting
SAP FICO Chart of Accounts Asset Accounting
SAP FICO Asset Accounting
SAP FICO Maintain period Control Methods
SAP FICO Asset Accounting
SAP FICO With Holding tax (Tds)
SAP FICO AR Dunning
SAP FICO Account Receivable
SAP FICO Accounts Receivable
SAP FICO Accounts payable
SAP FICO Banks
SAP FICO Accounts Payable
SAP FICO Mass Reversal
SAP FICO Display Ledgre
SAP FICO General Ledgre Creation of Ledgre Master ...
SAP FICO Convert Periods to Accounting Periods
SAP FICO Chart Of Accounts | SAP FICO Tutorial
SAP FI Basic Setting
No title
Program for String Length
Program For Sorting | general c programs |
Program for Reverse Number
Program for Square root | Example Program
Program for Matrix Multiplaction | Sample program ...
Program for Flyorid Traingle
Program for FIBANOCHI
Program for Compound Interest
Program for Factorial
Program for Even or Odd
Program for Traingle
Program For Switch Case | Example for Switch Case ...
Program for Simple Interest
Simple Interest 1 Program
Program for Phyramid 2
Program for Read File
Program for Reverse the Number
Program for Prime Number
Program for Perfect Number
Program for PHYRAMID
Program for pallendrom
Program for Multiplication table
Program for Heart Symbol
Program for Graphic
Program for Diamond
Program for GCD
Add of Two Numbers
Program for Open
Askey Value Of given Number
Program for Copy
Program for armstrong
Graphic Program
Add of Two numbers
Command Line arguments
Random Access Files
Closing A File & File Functions
Defining And Opening A File
Introduction to File Management
Difference Between The Macros And Functions
Inroduction To PreProcessors
Enumerated Data Type
Unions
Introduction To Storage Classes
Pointers And Structures
Arrays With In The Structures
Structures and Functions
Introduction To Structures
Pointers And Structures
Two Dimensional Array Of Characters
Pointers And Strings
BTemplates.com
0 comments:
Post a Comment