--- In [EMAIL PROTECTED], "ARANGANATHAN K"
<[EMAIL PROTECTED]> wrote:
> 
> 
> hai everybody,
> 
>       It is possible to do in C program but it is not possible to do 
> in c++ program. What is it?
> 
>       If anybody know the answer for the question , please reply me 
> or mail me at '[EMAIL PROTECTED]'
> 
> Bye
> Arangasoft

Sorry Mark, but gcc version 3.3.4 allows this function without errors:

int  f(int N)  {
int  A[N];
A[2] = 0;
return(0);
               }
Luther Woodrum








------------------------ Yahoo! Groups Sponsor --------------------~--> 
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/EbFolB/TM
--------------------------------------------------------------------~-> 

To unsubscribe : [EMAIL PROTECTED]

 
Yahoo! Groups Links

<*> To reply to this message, go to:
    http://groups.yahoo.com/group/Programmers-Town/post?act=reply&messageNum=3623
    Please do not reply to this message via email. More information here:
    http://help.yahoo.com/help/us/groups/messages/messages-23.html

<*> To visit your group on the web, go to:  
    http://groups.yahoo.com/group/Programmers-Town/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to