Search:

Type: Posts; User: Aven

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,220

    thank you

    thank you
  2. Replies
    4
    Views
    1,220

    How to convert a string to a character array?

    I am having some problem here.
    let' say that

    string c="Hello";
    char a[5];

    how can i convert the string to a character array? Urgent :D
  3. Replies
    6
    Views
    1,071

    Problem with this?

    How do you do this



    * * * *
    * * *
    * * * *
    * * *
    * * * *
  4. Replies
    3
    Views
    1,943

    Having some problem with my simple calculator

    I am just a newbie in programming.

    Code
    __________________________________________________

    #include <stdio.h>

    char result(char);

    void main()
  5. Now, if I get ride of counter++ after do{, I wil...

    Now, if I get ride of counter++ after do{, I wil still continue to have the which is my pogram keeps asking to insert value.

    Code...
  6. The meaning of this program is first the compiler...

    The meaning of this program is first the compiler goes in for the first time, it checks for the condition of the if(counter>0), but instead the conuter starts from counter=0, so it will skip this...
  7. The program keeps on asking for input value non...

    The program keeps on asking for input value non stop
  8. Can someone help to fix my simple calculator program?

    I am new to programming, so correct me if I am in the wrong. Can someone please me to solve the problem below. I am creating a simple calculator.



    #include <stdio.h>

    void main()
    {
    char...
Results 1 to 8 of 8