[Ilugc] C Questions

  • From: AnoopS@xxxxxxxxxxx (Anoop Kumar Saxena)
  • Date: Wed, 18 Dec 2002 00:15:50 -0500

Try playing with linked list. If you think thats simple,
optimize ==> for(i = 0; i < 10; i++);

What will happen if you compile/run, aith an ansii C compiler, the following
code?

#include <stdio.h>

void f1();

int main (void)
{
        int x = 2;
        int y = 3;
        f1(x, y);

        return 0;
}

void f1()
{
        printf("Hello, world! \n");
}


How can you overload a function in C?

You caqn ofocurse google for obfuscated c programming contest and take a
look at the most weird codes in the world.

If you know the answers to all of those, please tell me the answer for the
last one (yes it can be done). 

Anoop.



-----Original Message-----
From: Mohanakrishnan [mailto:mohanakrishnan@xxxxxxxxxxxx]
Sent: Wednesday, December 18, 2002 7:27 AM
To: Linux User Group Chennai
Subject: [Ilugc] C Questions


hello there,

        can someone tell me where i can find really tough, challenging and
interesting 
Questions/Programs on c, c++, i wud like to see how far i am on these...

mohan
mohanakrishnan@xxxxxxxxxxxx

_______________________________________________
To unsubscribe, email ilugc-request@xxxxxxxxxxxxxxxxxx with 
"unsubscribe <password> address"
in the subject or body of the message.  
http://www.aero.iitm.ernet.in/mailman/listinfo/ilugc

Other related posts: