Search:

Type: Posts; User: shivakumar

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    1,691

    Thank you......

    Thank you......
  2. Replies
    7
    Views
    1,691

    What's the output

    #include<stdio.h>
    int fun(int num);
    void main()
    {
    int p,n=20;
    p=fun(n);
    printf("%d",p);
    getch();
    }
Results 1 to 2 of 2