Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
5
Posts with Downvotes
2
Downvoting Members
5
5 Commented Posts
0 Endorsements
Ranked #31.8K
~6K People Reached
Favorite Forums

6 Posted Topics

Member Avatar for mindbender
Member Avatar for gdreisen
Member Avatar for Member #499247
0
144
Member Avatar for Aelphaeis

[code=c] #include<stdio.h> main() { int i; char s[5][10]; for(i=0;i<4;i++) gets(s[i]); for(i=3;i>=0;i--) printf("%s\n",s[i]); } [/code] try this give that 4 inputs and see the result

Member Avatar for Narue
0
321
Member Avatar for gavriloprincep

hey u can allow the local host but make sure that they are from the inside n\w because there are some cases that ip address is of inside hosts but they come from outside n\w

Member Avatar for Darkflib
0
108
Member Avatar for rownak

hey there are some tools to run assembly programming in that we can see the registers n also their current state i think keets is one of that tool

Member Avatar for MosaicFuneral
0
94
Member Avatar for Rama_Kamisetty

#include<stdio.h> main() { int i,j,n; printf("Enter the value of n:"); scanf("%d",&n); for(i=1;i<=n;i++) { for(j=1;j<=i;j++) printf("%d ",j); printf("\n"); } }

Member Avatar for ramyasowbhagya
0
101

The End.