User Profile
Collapse
-
i just need an idea..... pls help... -
any idea?????????????
does anyone hear who can give me a useful program.for example, a payroll system
and that program will use [arrays, switch-case, functions, if conditions and other programming methods in C]. kindly help me with my project...thank s! -
I have just encoded what rajesh has written but the output did not go like that what i am expecting...by the way i am using a turbo c but i do not know if my compiler is c++ or a c compiler...pls help......Leave a comment:
-
hi rajesh thanks alot but the output goes like this
enter no.5
*
second format...
*****
****
press any key to continue......Leave a comment:
-
-
I just encoded this:
#include<stdio. h>
#include<conio. h>
void main (void)
{
int x,y;
char choice;
do{
clrscr();
printf("Enter number of asterisk:");
scanf("%i",&y);
for(x=1;x<=y;x+ +)
{
gotoxy(x*1,x*1+ 2);cprintf("*") ;
}
printf("\ntry again [Y/N]:");
choice=getch();
...Leave a comment:
-
asterick homework problem
i couldn't find out the right source code for this one:
output should be:
problem number 1).
enter number of asterisks:5
*
**
***
****
*****
try again?[Y/N]: __
-------------------------------------------------------
problem number 2).
enter number of asterisks:5
*****
****
***
**
*
try again?[Y/N]: __
No activity results to display
Show More
Leave a comment: