Welcome to my blog.
If you want to contact me regarding any of the blog post, you can use the following information:
Name: Vijay Panse
Email: vjfriend [at] gmail [dot] com
Twitter: https://twitter.com/vijaypanse
My Wordpress Page:
https://vjfriend.wordpress.com
Search vjfriend's Blog
Wednesday, November 2, 2011
BCA-Sem-III - C++ Final Assignment 2011
Posted by
Vijay
at
12:12:00 AM
Labels:
B.S.S.S Bhopal,
BCA Assignment,
BCA Sem-III,
C++,
Exam,
Information,
Programming Language,
Vijay
Subscribe to:
Post Comments (Atom)
bhai thanks alot!!!!!!!u r too great bhaiya thanks.....
ReplyDelete:-)
ReplyDeleteYou are Welcome Manu
frnds ques 9 is doubtful n soon it will be clear
ReplyDeletethanks..
thanks bhai,,,nice work
ReplyDeleteTHANKUUUUU 100 MUCH VIJAY BHAIYA ....
ReplyDelete:D
The Correct 9th Question's Code:
ReplyDelete_________________________________
//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();
}
_________________
thanxxxxx alot bhaiya..
ReplyDeleteu have a gr8 future ahead... :) :) :)