CrazyEngineers
  • Guess the output or error of this C program?

    Updated: Oct 15, 2024
    Views: 1.2K
    what is the output or an error?
    void main()
    {
    int a=10,*c,**b;
    
    *c = &*a;
    **d = &*c;
    printf("%d %d %d",a,*c,**b);
    getch();
    }
    Please don't compile!
    0
    Replies
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • Kaustubh Katdare

    AdministratorJan 25, 2014

    Moved to a new thread 😀
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register