Search:

Type: Posts; User: progmateur

Search: Search took 0.01 seconds.

  1. Replies
    17
    Views
    5,063

    Thanks a lot for your code and suggestions. But...

    Thanks a lot for your code and suggestions.
    But truely I do not understand it til now...
    But it working fine fine

    Thanks a tonne!
  2. Replies
    17
    Views
    5,063

    I am unable to understand mam,what you say... I...

    I am unable to understand mam,what you say...
    I am quite new to C
  3. Replies
    17
    Views
    5,063

    frankly speaking,I have no clue about that ...

    frankly speaking,I have no clue about that
    Thats why I posted it in the forum:cool::)
  4. Replies
    17
    Views
    5,063

    #include main() { int *a,d,e;...

    #include <stdio.h>

    main()
    {
    int *a,d,e;
    char *b;
    float *c;
    d=&a;
    a++;
    e=&a;
  5. Replies
    17
    Views
    5,063

    Please Hold on Ill be posting the code in a...

    Please Hold on Ill be posting the code in a minute!......
  6. Replies
    17
    Views
    5,063

    If I store the pointer adress to another...

    If I store the pointer adress to another variable,yet there was an error.
    Please provide me the soln without sizeof function!
  7. Replies
    17
    Views
    5,063

    without using any inbuilt functions .....please!

    without using any inbuilt functions .....please!
  8. Replies
    17
    Views
    5,063

    But in memory loc ,it skips 4 bytes for the...

    But in memory loc ,it skips 4 bytes for the adjascent location.
    I was differentiating the location adress !!
    It should show 4!

    When I was printing like this:
    printf("%x %x",&a[1],&a[0]);

    The...
  9. Replies
    17
    Views
    5,063

    datatype deduction

    Without the prior knowledge that integers store 2 byte in C,or char store 4 byte,float reserves 'so and so bytes',...etc
    Is it possible to deduce directly from a C program which datatype store what...
Results 1 to 9 of 9