Search:

Type: Posts; User: Adrian Ghinea

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    7,077

    I see, so in memory nothing changes. Thank you, I...

    I see, so in memory nothing changes. Thank you, I just wanted to know this.

    Actually this exercise is just a part of different versions of the same task: this was just an example on how the same...
  2. Replies
    2
    Views
    7,077

    Typecasting pointers

    Hi!

    I was studying typecasting with pointers when I got stuck on the following exercise:



    #include <stdio.h>

    int main() {
  3. Actually, to be honest I didn't consider the fact...

    Actually, to be honest I didn't consider the fact to pass my buf variable to the function. Now it works, thanks a lot for the help Salem!
  4. Calling the value of a function inside another function C

    Hi everyone!
    I'm trying to implement my own algorithm for a brute-force program in C but I can't figure out what I'm facing at a certain point. Here's the code:


    #include <stdio.h>
    #include...
Results 1 to 4 of 4