Search:

Type: Posts; User: std10093

Search: Search took 0.02 seconds.

  1. Replies
    18
    Views
    13,336

    He did not write any code.assembly is what your...

    He did not write any code.assembly is what your code is translated into before some other stages in order to be runned.There he executed the proram.These are addresses 0x0000000100000b6e.The 0x...
  2. Replies
    18
    Views
    13,336

    Just run it and got a 0 at the output.

    Just run it and got a 0 at the output.
  3. Replies
    18
    Views
    13,336

    Well by default the compiler will do so,but many...

    Well by default the compiler will do so,but many things are done by default,but i think is good practice to clearly state what we want to do,and not letting someone else who read our code to 'trying'...
  4. Replies
    18
    Views
    13,336

    Before becoming a hacker try to write main this...

    Before becoming a hacker try to write main this way


    int main(void)
    {
    ....
    return 0;//successfully terminated program
    }
Results 1 to 4 of 4