- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 5
- Posts with Downvotes
- 2
- Downvoting Members
- 5
6 Posted Topics
try randomize function header file stdlib
hey use = instead of == as = to assign and == is to compare
[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
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
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
#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"); } }
The End.
ramyasowbhagya