Search:

Type: Posts; User: vivekgupta

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    1,199

    Thank you all @^ guys :)

    Thank you all @^ guys :)
  2. Replies
    10
    Views
    1,199

    Dude you are awesomeeeeeeee. Thank you very much....

    Dude you are awesomeeeeeeee. Thank you very much. :)
  3. Replies
    10
    Views
    1,199

    skipping the "i+=1; is logical .. it is jumping...

    skipping the "i+=1; is logical .. it is jumping back to the starting of the loop .But in the first case
    for(i=0;i<5;i++) <<--- here should it think as it is incrementing i's value here (at...
  4. Replies
    10
    Views
    1,199

    hmm.. I know that after continue every statement...

    hmm.. I know that after continue every statement in body will not be excuted. I am not getting the for loop thing .. means in both case the increment of 'i' will be at the end of the loop body ......
  5. Replies
    10
    Views
    1,199

    but both have same meaning means na.... if we...

    but both have same meaning means na.... if we define increment i++ in for loop or we define it at the end of the loop body (i=i+1 . Then why it is coming like this??
  6. Replies
    10
    Views
    1,199

    Simple c programming

    Given two programmes are same ???

    if yes then try both with these inputs 4 2 3 -1 4 -1 -2 4
    i am getting different answers :/

    don't know why??
    plz help


    #include<stdio.h>
  7. Replies
    2
    Views
    981

    Thank you

    Thank you
  8. Replies
    2
    Views
    981

    C programming basics

    I wrote code for sinx

    But it is showing output as INF

    Why INF?? what's wrong with code ....
    plz help



    #include<stdio.h>
  9. Replies
    10
    Views
    2,601

    So please say which book should i read to learn C...

    So please say which book should i read to learn C from 'very basic' to a better and better level ?? And Should I learn C++ because my friend told me to learn C++ direct
  10. Replies
    10
    Views
    2,601

    Basic C programming 3

    #include<stdio.h>

    #include<math.h>
    int main(x)
    {
    int y,z;


    y=-~x;
    z=printf("hi\r");
  11. Replies
    29
    Views
    4,421

    Ohh yeah i got it :)

    Ohh yeah i got it :)
  12. Replies
    29
    Views
    4,421

    Thanks for the help

    Thanks for the help
  13. Replies
    29
    Views
    4,421

    Actually I have knowledge about memory . :P

    Actually I have knowledge about memory . :P
  14. Replies
    29
    Views
    4,421

    No i know that what these operators do .But I am...

    No i know that what these operators do .But I am asking that printf is considered as TRUE because it return the value of its address in that expression ?? It is ture that every function has it's own...
  15. Replies
    29
    Views
    4,421

    Thankx buddy one more programe (Don't be...

    Thankx buddy

    one more programe (Don't be angry please )



    #include<stdio.h>
    void main()
    {
    int x;
  16. Replies
    29
    Views
    4,421

    sorry for wrong code .. me beginner

    sorry for wrong code .. me beginner
  17. Replies
    29
    Views
    4,421

    Basic C programming -1

    #include<stdio.h>
    #include<math.h>
    void(main(main))
    {
    printf("%-d++",main+=pow(++main/*()*/,++main));

    }


    Output is :- 12++
  18. Replies
    8
    Views
    1,849

    Actually I am a beginner .I just started reading...

    Actually I am a beginner .I just started reading C . So i don't have any idea about pointers and arrays. I saw this problem and I get confused with printf function . Thanks for reply
  19. Replies
    8
    Views
    1,849

    This question from pointers:eek: . ???

    This question from pointers:eek: . ???
  20. Replies
    8
    Views
    1,849

    That's what I am asking that What it is doing :P...

    That's what I am asking that What it is doing :P . Please explain anyone
  21. Replies
    8
    Views
    1,849

    Basic C programming

    #include<stdio.h>
    int main ()
    {
    printf(5+"My name is Dwe");
    return 0;

    }


    output :- me is Dwe
Results 1 to 21 of 21