- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 2
- Posts with Downvotes
- 1
- Downvoting Members
- 2
5 Posted Topics
in my problem i have to enter the components of matrix in 2D array i.e input: 1 5 6 3 9 10 8 23 15 output: 1 3 5 6 8 9 0 15 23
plz help me to add two matrices using pointers..
#include<stdio.h> main() { int i,n; printf("\nEnter the no of lines:"); scanf("%d",&n); for(i=0;i<2*n;i++) { for(j=i;j<n;j++) {printf("*");} printf ("\n"); if(j>=n) { for(j=n;j<i;j++) {printf("*");} printf("\n"); } } }
hey i.e. int i=1; while (i<=60) { printf("#"); i++; } or do { printf("#"); i++; }while(i<60)
plz help me... to Write a āCā program to analyse multiple lines of text. First enter and store all lines of text. Then determine the number of vowels,consonanats,digits and whitespaces. Finally determine the number of vowels per line, consonanats per line and so on. Execute the program in two different …
The End.
jenilgandhi