*yeah ... It can be but there is another way in c++
#include<iostream>
using namespace std;
class a
{
static int x;
public:
a()
{
cout<<x++<<endl;;
}
};
int a::x=1;
int main()
{
a b[100];
return 0;
}
*
On Wed, Mar 16, 2011 at 9:47 PM, kumar anurag <[email protected]>wrote:
>
> using two different functions calling one another ?
>
> like
> fun1()
> {
> fun2()
> }
> fun2()
> {
> fun1();
> }
>
>
> On Wed, Mar 16, 2011 at 9:39 PM, D.N.Vishwakarma@IITR
> <[email protected]>wrote:
>
>> *
>> *
>> --
>> *With Regards
>> Deoki Nandan Vishwakarma
>> IITR MCA
>> Mathematics Department
>> *
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Algorithm Geeks" group.
>> To post to this group, send email to [email protected].
>> To unsubscribe from this group, send email to
>> [email protected].
>> For more options, visit this group at
>> http://groups.google.com/group/algogeeks?hl=en.
>>
>
>
>
> --
> Kumar Anurag
>
> --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>
--
*With Regards
Deoki Nandan Vishwakarma
IITR MCA
Mathematics Department
*
--
You received this message because you are subscribed to the Google Groups
"Algorithm Geeks" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/algogeeks?hl=en.