Search:

Type: Posts; User: 2001goran

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,112

    Doubt in pointers

    Hi

    Please guide me how to analyze the below program.



    main() {

    char **ptr = "hellow";
    printf("%s",**ptr);
  2. Replies
    2
    Views
    1,787

    Doubt regarding the volatile keyword

    What i understood is
    (1)volatile unsigned char * ADC_address;
    ---ADC_address is a pointer which stores a volatile unsigned character .

    (2)volatile unsigned int ...
  3. Replies
    1
    Views
    6,227

    Where Function pointers are stored ?

    Hi

    Where function are stored in memory?


    In the following example , where function pointer fp stored ?



    #include <math.h>
Results 1 to 3 of 3