class arr
{static int i;
public:
arr()
{
cout<<i++;
}
};
int arr::i=1;

int main()
{
arr a[100];
}
On Wed, Mar 16, 2011 at 9:47 PM, kumar anurag <anurag.it.jo...@gmail.com>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 
> <deok...@gmail.com>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 algogeeks@googlegroups.com.
>> To unsubscribe from this group, send email to
>> algogeeks+unsubscr...@googlegroups.com.
>> 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 algogeeks@googlegroups.com.
> To unsubscribe from this group, send email to
> algogeeks+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to