Search:

Type: Posts; User: royroy

Search: Search took 0.01 seconds.

  1. Thread: strange outputs

    by royroy
    Replies
    5
    Views
    1,486

    oops!

    oops!
  2. Thread: strange outputs

    by royroy
    Replies
    5
    Views
    1,486

    strange outputs

    #include<stdio.h>
    #include<conio.h>
    swap(int x,int y);
    int main()
    {
    int a,b;
    clrscr();
    printf("Enter two numbers ");
    scanf("%d%d",&a,&b);
    swap(a,b);
Results 1 to 2 of 2