Search:

Type: Posts; User: abhi_86

Search: Search took 0.01 seconds.

  1. Thread: typedef

    by abhi_86
    Replies
    26
    Views
    3,217

    well i have put enough research into it. but...

    well i have put enough research into it. but still no progress.
    so has andbody found out the answer ????
  2. Thread: typedef

    by abhi_86
    Replies
    26
    Views
    3,217

    For your information i am not even a student of...

    For your information i am not even a student of computer science !!! Whatever i am learning is out Of pure interest.
    And if i was really looking for answers to an assignment i would have asked for...
  3. Thread: typedef

    by abhi_86
    Replies
    26
    Views
    3,217

    well ok. has any of the C gurus come up with the...

    well ok. has any of the C gurus come up with the answer yet ???
  4. Thread: typedef

    by abhi_86
    Replies
    26
    Views
    3,217

    comments get converted to whitespace after the...

    comments get converted to whitespace after the compiler goes to work.
    in this problem the source file shouldnt contain any whitespace when viewd with an editor .thats how the question should be...
  5. Thread: typedef

    by abhi_86
    Replies
    26
    Views
    3,217

    well we all have figured that out by...

    well we all have figured that out by now................ but i am dying to know the other solution :(
  6. Thread: typedef

    by abhi_86
    Replies
    26
    Views
    3,217

    well the example is just to show you the use of...

    well the example is just to show you the use of /* comments */ to delimit the tokens thats it.
    it isnt very hard to fill in the other things. if you are still not satisified then here is the EXACT...
  7. Thread: typedef

    by abhi_86
    Replies
    26
    Views
    3,217

    done. i will use only a single comment in this...

    done.
    i will use only a single comment in this solution to delimit the tokens.

    but whats the other solution. did anybody get any ideas ?
  8. Thread: typedef

    by abhi_86
    Replies
    26
    Views
    3,217

    do you know the other solution by the way oh...

    do you know the other solution by the way oh mighty "GOD OF C " ????
  9. Thread: typedef

    by abhi_86
    Replies
    26
    Views
    3,217

    i cant spend so much time ........... u tell me

    i cant spend so much time ...........
    u tell me
  10. Thread: typedef

    by abhi_86
    Replies
    26
    Views
    3,217

    i dont know if it works on a pre ANSI C compiler...

    i dont know if it works on a pre ANSI C compiler or not.
    can u tell me some pre ANSI C compiler in use today ???
  11. Thread: typedef

    by abhi_86
    Replies
    26
    Views
    3,217

    nothing. it just tests your knowledge of the C...

    nothing. it just tests your knowledge of the C language.
  12. Thread: typedef

    by abhi_86
    Replies
    26
    Views
    3,217

    typedef

    can any body tell me the answer to this question plz

    create snippet of C code that consists of two declarations defining a type called "zan", which should be a struct containing two members: first...
  13. Replies
    12
    Views
    7,756

    wow!!!! thanks.can you please tell me which book...

    wow!!!! thanks.can you please tell me which book should i refer to for learning such concepts.
    and also is the ANSI draft good enough to improve your knowledge of the C language or is it just to...
  14. Replies
    12
    Views
    7,756

    function with no return type

    hello all.

    just observe this piece of code




    fun()
    {
    printf("Hello world");
  15. Replies
    16
    Views
    2,225

    the code is purely mine. but i had seen those...

    the code is purely mine. but i had seen those operators somewhere. (i dont remember where exactly).

    but as Salem has pointed it out it must be a variation of ternary operator (combined with the...
  16. Replies
    1
    Views
    944

    I dont understand this operator

    hello
    here is a piece of code . i dont understand this "<?=" and the ">?=" operators. can someone explain it to me please...........

    # include <iostream>

    // I use Dev-Cpp .So <conio.h> is...
  17. Replies
    16
    Views
    2,225

    OOPS i am really sorry . its actually a C++...

    OOPS i am really sorry .

    its actually a C++ piece of code. it does give a compile error on gcc.

    but anyway if anybody knows C++ then i would appreciate their help very much

    here is the...
  18. Replies
    16
    Views
    2,225

    strange operator

    hello everyone.

    i would like to know what this line of code means and what is the operator used over here ??? is it a compund assignment or what is it ??

    and also how this code works ??

    ...
Results 1 to 18 of 18