Search:

Type: Posts; User: rizwan

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    2,424

    Program that demostrates effective use of \b

    I need a program that demostrates effective use of \b command in C language
  2. Replies
    10
    Views
    2,344

    #include #include void...

    #include<conio.h>
    #include<stdio.h>
    void main(void)
    {
    int num[2];
    char op;
    printf("Enter operator \n + for addition,\n - for subtratcion,\n * for multiplication,\n / for division");...
  3. Replies
    10
    Views
    2,344

    code corrected , but wrong output ...

    code corrected , but wrong output


    #include<conio.h>
    #include<stdio.h>
    void main(void)
    {
    int num[2];
    char ch[5];
    printf("Enter operator \n + for addition,\n - for subtratcion,\n * for...
  4. Replies
    10
    Views
    2,344

    I want to use array in this program Could you...

    I want to use array in this program
    Could you please correct the mistake
  5. Replies
    10
    Views
    2,344

    What's wrong with the code(Calculator program)

    I have made this program but it is not giving the output. please help me. I use turbo c++ compiler:

    #include<conio.h>
    #include<stdio.h>
    void main(void)
    {
    int num[2];
    char ch[5];...
  6. Replies
    3
    Views
    2,122

    No one is here to help a beginner. Disappointing!

    No one is here to help a beginner. Disappointing!
  7. Replies
    3
    Views
    2,122

    Game using cursor control

    I want to make game using cursor control in C , but I dont have the idea . I have to make some modification in this program to create a game.Please help me. I have created this program that uses...
Results 1 to 7 of 7