Google+

Wednesday, November 2, 2011

BCA-Sem-III - C++ Final Assignment 2011

BCA-SEM-III
C++ FINAL PRACTICAL ASSIGNMENT


Click on the Image below to view and download the Final Practical Assignment of C++

BCA-Sem-III - C++ Final Assignment 2011
Last date of Submission:
25th Nov 2011

I Thank and Appreciate Pinky Soni (Section-A) for spending
her valuable time for informing me about the questions.





7 comments:

  1. bhai thanks alot!!!!!!!u r too great bhaiya thanks.....

    ReplyDelete
  2. frnds ques 9 is doubtful n soon it will be clear
    thanks..

    ReplyDelete
  3. THANKUUUUU 100 MUCH VIJAY BHAIYA ....

    :D

    ReplyDelete
  4. The Correct 9th Question's Code:
    _________________________________

    //9. Fibonacci program code
    #include
    #include
    class fib
    {
    int a,b,c;
    public:
    fib(int c)
    {
    a=0,b=1,c=0;
    }
    fib(fib &f)
    {
    a=f.a;
    b=f.b;
    }
    void display()
    {
    c=a+b;
    cout<<"\n"<>n;
    cout<<"\n"<<a;
    cout<<"\n"<<b;
    n=n-2;
    fib a1(n);
    fib b1(a1);
    for(int i=0;i<n;i++)
    {
    b1.display();
    }
    getch();
    }

    _________________

    ReplyDelete
  5. thanxxxxx alot bhaiya..
    u have a gr8 future ahead... :) :) :)

    ReplyDelete

C