Search:

Type: Posts; User: bhrugu

Search: Search took 0.00 seconds.

  1. Thread: pointer

    by bhrugu
    Replies
    2
    Views
    809

    pointer

    why this code is working?
    I got warning.. but output got..
    Is it ok this type of direct initialize in int pointer variable?
    I have used gcc.



    int main()
    {
    int *p=1;
  2. Replies
    5
    Views
    1,081

    so we can say that this is the bug of gcc or...

    so we can say that this is the bug of gcc or else....
  3. Replies
    5
    Views
    1,081

    bit confusing, pointer

    Hi,all,

    I am bit confusing about this code....

    In pointer, pointee assignment is required, but
    such as first code but in string operation why this type of
    assignment not required such as...
  4. Replies
    10
    Views
    1,306

    may be it should be "anjuta" IDE or else.

    may be it should be "anjuta" IDE or else.
  5. Replies
    10
    Views
    5,361

    ok, thanks, I got your point.

    ok, thanks, I got your point.
  6. Replies
    10
    Views
    5,361

    actually it may returns the subtraction of...

    actually it may returns the subtraction of address,

    suppose, a_ptr address 2000
    and a address 1000

    then a_ptr-a=1000
  7. Replies
    10
    Views
    5,361

    I analize the while loop and unstand but my...

    I analize the while loop and unstand but my question is ,

    "a_ptr" is return address and "a" also return address. than both substract than
    how it retuns 5 value.Actually it returns the...
  8. Replies
    10
    Views
    5,361

    pointer subtraction

    hi, all

    I read this programm from one ebook, but i can not under stand how
    (a_ptr - a ) return 5 value.



    #include <stdlib.h>

    int main()
  9. Thread: vsnprintf

    by bhrugu
    Replies
    1
    Views
    1,758

    vsnprintf

    Hi, all
    what is the use of vsnprintf function?
    is it good to use ?
  10. Replies
    5
    Views
    2,208

    put time fn before and after of your load file fn...

    put time fn before and after of your load file fn and calculate difference between them.so you get tiem to taken to load the file and use standard file structur to calculate the size of programm in...
  11. Replies
    1
    Views
    12,694

    signal vs sigaction

    hi, all

    what is difference between signal and sigaction?
    if sigaction is better then signal then why?
    is it portability issue in both?
  12. Replies
    1
    Views
    1,399

    what is aligned and unaligned data in c

    what is aligned and unaligned data in c and what's the use of it.
Results 1 to 12 of 12