Search:

Type: Posts; User: chodmama

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    5,528

    now i got rid of the last two problems.... but...

    now i got rid of the last two problems....

    but its giving me a new problem

    in function main
    undefined reference to strrev
    collect2: id returned 1 exit status


    what might be the problem...
  2. Replies
    4
    Views
    5,528

    fgets problem!

    this is my code:




    #include<stdio.h>
    #include<string.h>
    #define size 100

    int main()
  3. Thread: palindrome

    by chodmama
    Replies
    1
    Views
    1,729

    palindrome

    my program is as follows:



    #include<stdio.h>
    #include<string.h>
    #define size 100

    void main()
    {
  4. Thread: validation

    by chodmama
    Replies
    3
    Views
    1,268

    I didnt quite get that ... would you please at...

    I didnt quite get that ... would you please at least post some code...
  5. Thread: validation

    by chodmama
    Replies
    3
    Views
    1,268

    validation

    n1 and n2 are two ints ...
    If the input is legal but the entered n1 or n2 or the calculated output value is out of the range of an unsigned long int value, then the corresponding output should be ...
  6. Replies
    6
    Views
    1,925

    another thing..... if the input is legal but...

    another thing.....
    if the input is legal but the entered n1 or n2 or the calculated output value is out of the range of an unsigned long int value, then i would like to print a corresponding output...
  7. Replies
    6
    Views
    1,925

    I am using : ...

    I am using :

    ----------------------------------------------------------

    int n1;
    int n2;

    printf("Enter two non-negative numbers :");
    scanf("%d%d" , &n1, &n2);
  8. Replies
    6
    Views
    1,925

    reading integers

    hey there,

    i have a small question

    i will be reading two integers using scanf..

    how do i check whether i have more than two int or less than two int or not even ints ?
Results 1 to 8 of 8