Search:

Type: Posts; User: thelink123

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    2,324

    Thanks cwr :)

    Thanks cwr :)
  2. Replies
    3
    Views
    2,324

    Program on typedef - work around

    Hi,

    Kindly see the snippet below




    typedef int *ptr;
    const ptr p;
  3. Replies
    1
    Views
    1,413

    Program on pointers - explanation needed

    Hi



    main ()
    {
    int a[] = {10,60,30,40,50};
    char *p;
    p = (char *)a;
    printf("%d",*((int *)p+4));
Results 1 to 3 of 4