#include <stdio.h>
#include <stdlib.h>
int main(int argc, char *argv[])
{
if(printf("1 "))if(printf("2 "))if(printf("3 "))if(printf("4
"))if(printf("5 "))if(printf("6 "))if(printf("7 ")){}
system("PAUSE");
return 0;
}
On Tue, Mar 1, 2011 at 10:52 AM, preetika tyagi <[email protected]>wrote:
> Can you elaborate on it and provide more details?
>
>
> On Mon, Feb 28, 2011 at 10:14 PM, Subhransupanigrahi <
> [email protected]> wrote:
>
>> Is there any way to print 1 to 10 (taking an example, it can also extend
>> to 100) without using loop, recursion.
>>
>>
>> Sent from my iPhone
>>
>> --
>> 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.
>
--
Regards,
Kamakshi
[email protected]
--
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.