Ask Experts Questions for FREE Help !
Ask

Search:

Type: Posts; User: vikash kumar

Search: Search took 0.00 seconds.

  1. Answers
    1
    Views
    1,055

    Answer code of given

    Hi...
    Question...
    If I give input... 1
    Then output will be... one
    So on...
  2. Answers
    3
    Views
    1,164

    /* convert a string to an integer */ #include...

    /* convert a string to an integer */
    #include <stdio.h>
    #include <stdlib.h>

    char string[] = "1234";

    main()
    {
    int sum;
    sum = atoi( string );
  3. How to convert int to string with c-programing?

    Hi
    I am vikash
    Help me...
    My qus... is as for ex. If we write int 1 then convert as like one?
Results 1 to 3 of 3