Search:

Type: Posts; User: alexsoad

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,928

    hehe, thank you for your posts. nice...

    hehe, thank you for your posts.

    nice examples..

    I never said I am using this, but, by mistake I compiled this piece of code, and I was wondering why it works correctly.

    Alex,
  2. Replies
    5
    Views
    1,928

    question for functions that return pointers

    Hello, I need to know why the following piece of code works... It is strange for me...



    #include <stdio.h>
    int * fct (void)
    { int x = 2; return &x; }

    void main(void)
    {
Results 1 to 2 of 2