hello c geniuses & experts ,can u plz ans this? topic posted under Introduce yourself which is a part of General discussion category in CFanatic Forum

12-18-2011, 07:03 AM
|
|
Junior Member
|
|
Join Date: Dec 2011
Location: kolkata,India
Posts: 3
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
hello c geniuses & experts ,can u plz ans this?
|

12-18-2011, 08:57 AM
|
 |
Administrator
|
|
Join Date: Sep 2006
Posts: 1,164
Thanks: 57
Thanked 63 Times in 44 Posts
|
|
Re: hello c geniuses & experts ,can u plz ans this?
Answered. 
|
|
The Following User Says Thank You to shabbir For This Useful Post:
|
|

12-22-2011, 12:17 AM
|
|
Junior Member
|
|
Join Date: Dec 2011
Location: kolkata,India
Posts: 3
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
Re: hello c geniuses & experts ,can u plz ans this?
Quote:
Originally Posted by shabbir
Answered. 
|
wheres d ans?
|

12-22-2011, 12:50 AM
|
 |
Administrator
|
|
Join Date: Sep 2006
Posts: 1,164
Thanks: 57
Thanked 63 Times in 44 Posts
|
|
Re: hello c geniuses & experts ,can u plz ans this?
Where was the question either?
|

01-11-2012, 06:08 AM
|
|
Junior Member
|
|
Join Date: Dec 2011
Location: kolkata,India
Posts: 3
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
Re: hello c geniuses & experts ,can u plz ans this?
|

03-11-2012, 11:16 PM
|
 |
Junior Member
|
|
Join Date: Jul 2011
Posts: 26
Thanks: 9
Thanked 0 Times in 0 Posts
|
|
Re: hello c geniuses & experts ,can u plz ans this?
 is that the output??
|

04-20-2012, 12:11 PM
|
|
Junior Member
|
|
Join Date: Apr 2012
Location: areacode,calicut
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: hello c geniuses & experts ,can u plz ans this?
Code:
#include<stdio.h>
main()
{
int j,i,num=1,end_limit;
printf("How many lines have to print :");
scanf("%d",&end_limit);
for(i=0;i<end_limit;i++)
{
for(j=0;j<=i;j++)
printf("%d\t",num++);
printf("\n");
}
getch();
}
Last edited by shabbir; 04-20-2012 at 10:25 PM.
Reason: Code Blocks
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
|
c experts do see this
|
ani |
Introduce yourself |
1 |
02-17-2011 02:34 AM |
|
List of C# experts !!!
|
Love.NET |
Help & Support / Suggestion & Feedback |
7 |
12-03-2010 11:51 PM |
|
|
|
|
All times are GMT -5. The time now is 03:36 PM.
|