void change()
{
#define i i=10,n
}
this will do..
On Tue, Feb 15, 2011 at 11:33 PM, Rel Guzman Apaza <[email protected]>wrote:
> Nothing... 10 in base 5 = 5 in base 10.
>
> void change(){
> printf(""); //...?
> }
>
> 2011/2/15 Don <[email protected]>
>
> A semicolon is valid in the middle of a line in C or C++.
>>
>> For instance, no one says that
>>
>> for(i = 0; i < 10; ++i)
>>
>> is three lines of code.
>>
>> Don
>>
>> On Feb 15, 11:31 am, jalaj jaiswal <[email protected]> wrote:
>> > after termination of semicolon , that will be considered a separate line
>> i
>> > guess
>> >
>> >
>> >
>> > On Tue, Feb 15, 2011 at 10:59 PM, Don <[email protected]> wrote:
>> > > void change()
>> > > {
>> > > printf("10"); while(1) {}
>> > > }
>> >
>> > > On Feb 15, 10:17 am, Balaji S <[email protected]> wrote:
>> > > > Insert only one line in the function change() so that the output of
>> the
>> > > > program is 10.
>> > > > You are not allowed to use exit(). You are not allowed to edit the
>> > > function
>> > > > main() or to
>> > > > pass the parameter to change()
>> >
>> > > > void change()
>> > > > {
>> > > > // Code here}
>> >
>> > > > int main()
>> > > > {
>> > > > int i=5;
>> > > > change();
>> > > > printf(ā%dā ,i);
>> > > > return 0;
>> >
>> > > > }
>> >
>> > > --
>> > > 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,
>> > *Jalaj Jaiswal* (+919019947895)
>> > Software developer, Cisco Systems
>> > B.Tech IIIT ALLAHABAD
>>
>> --
>> 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.
>>
>>
> --
> 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.
>
--
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.