problems to "c" for beginer

Discussion in 'Meet and Greet' started by sudipkr, Aug 13, 2011.

  1. sudipkr

    sudipkr New Member

    Joined:
    Aug 13, 2011
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    i am a beginer to "c". please help me to learn "c" and how to program in it properly and effectively . i have pure science background with math . but i have a little knowledge on programming . is there any effective website or like this to learn "c" and to program using "c". please help me.
    my email id=sdpkrbagchi0@gmail.com
     
  2. mujeeb syed

    mujeeb syed New Member

    Joined:
    Aug 16, 2011
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    0
    hi u have a problem to solve a program now i introduce u a program that is to show 5 numbers
    Code:
     #include<iostream.h>
     #include<conio.h>
    void main()
    {
     int i;
    i=0;
    while(i<=5)
    cout<<"Pakistan";
    i++;
    }
    getch();
    }
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice