User Profile

Collapse

Profile Sidebar

Collapse
shendelzare0020
shendelzare0020
Last Activity: Feb 27 '07, 09:25 AM
Joined: Feb 1 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • shendelzare0020
    replied to any idea?????????????
    in C
    i just need an idea..... pls help...
    See more | Go to post

    Leave a comment:


  • shendelzare0020
    started a topic any idea?????????????
    in C

    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!
    See more | Go to post

  • shendelzare0020
    replied to asterick homework problem
    in C
    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......
    See more | Go to post

    Leave a comment:


  • shendelzare0020
    replied to asterick homework problem
    in C
    hi rajesh thanks alot but the output goes like this
    enter no.5

    *
    second format...
    *****
    ****
    press any key to continue......
    See more | Go to post

    Leave a comment:


  • shendelzare0020
    replied to asterick homework problem
    in C
    it just printed a single asterisk (*)
    will i use gotoxy?...
    See more | Go to post

    Leave a comment:


  • shendelzare0020
    replied to asterick homework problem
    in C
    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();
    ...
    See more | Go to post

    Leave a comment:


  • shendelzare0020
    started a topic asterick homework problem
    in C

    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]: __
    See more | Go to post
No activity results to display
Show More
Working...