Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
17% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
8
Posts with Downvotes
6
Downvoting Members
4
2 Commented Posts
0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for adeelfayyaz

hi i AM new on dani webs.. its first forum i ever joined... want to learn and share my ideas :) but realy dnt knw how to do this:) i hope evry1 will help me and guide me.. thnx to evry1 :)

Member Avatar for JamieLynnSEO
0
56
Member Avatar for aamira_s

heyy everyone....this is aamira shabnam from bangladesh.. i m computer science and engineering student...and i hope to get help from you guyz when i need..

Member Avatar for JamieLynnSEO
0
57
Member Avatar for aamira_s

This program is to count the number of words,vowels and consonants of a string.Here is my code.Please post your comment.I do not know whether I need to change anything. [CODE]#include <stdio.h> int main() { char a,b =' '; int vowel=0,c=0,count=0; printf("Please press '*' to terminate.\n\n"); while(scanf("%c",&a)==1) { if(a=='*') break; else …

Member Avatar for abhimanipal
0
152
Member Avatar for aamira_s

this is a simple code to test whether a number is prime or not...i dont know y it is taking this much time to execute...can ne1 tell where m mistaking?? heres my code [CODE] #include<stdio.h> #include<math.h> int main() { int a,n,prime,l=2; printf("Please enter a positive integer.\n"); printf("To end the program …

Member Avatar for Adak
0
162
Member Avatar for wesduncan

I can not remember how to do this for anything. I need to make a pyramid look like this using a while loop * ** *** **** ***** ****** ******* ******** ********* ********** I can do it using a for loop, but when I do a while all I get …

Member Avatar for aamira_s
0
100
Member Avatar for cufisa

Hello there everyone. I am in need of assistance in writing a code for my program. What I have to do is write a code to generate the following: (1) * ** *** **** ***** (2) ***** **** *** ** * (3) ***** **** *** ** * (4) * ** …

Member Avatar for aamira_s
0
157
Member Avatar for kimprosthom

can anyone tell me how to creating pyramid in C.and tell me the sytax of it.

Member Avatar for aamira_s
-1
185
Member Avatar for jose385

I just hit a brick wall. I'm writing a code that will ask a user the height of a pyramid an output the corresponding pyramid with * characters. I got that part working but now I need to turn it into a half pyramid like so: * ** *** **** …

Member Avatar for jephthah
0
294
Member Avatar for nileshdalvi

Hey i am outta my wits to get the folowing output in C. Can ne1 help O/p reqd: * * * * * * * * * * * * * * * and so on. see th pyramid is not the desired one when you open this post.go back …

Member Avatar for dilip.mathews
0
80