Search:

Type: Posts; User: sreeramu

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,691

    if the data is an array means you cant give the...

    if the data is an array means you cant give the size of the array at the run time....
  2. Replies
    5
    Views
    3,316

    result=isdigit(iUserGuess); in this iuserguess...

    result=isdigit(iUserGuess);

    in this iuserguess is the integer guessed by the user ...if the iuserguess is an integer means result will be nonzero elese if the iuserguess is not an integer it will...
  3. Replies
    3
    Views
    965

    At first it is not fscan in is fscanf which is...

    At first it is not fscan in is fscanf which is used to get the input from the file pointer or the stream . . . And in the above code fp is the file pointer
  4. Replies
    1
    Views
    1,216

    I need detail about this

    What is mean by proxy class in c++ can any one explain ....???
  5. Replies
    22
    Views
    7,066

    Hi how it ip possible to do this char...

    Hi how it ip possible to do this


    char choice;
    scanf("%c",&choice);

    i think it is not the correct way to use scanf with character data type...
  6. Replies
    6
    Views
    2,038

    Thanks vart.. I am not able to understand can you...

    Thanks vart.. I am not able to understand can you explain me in detail vart....
  7. Replies
    6
    Views
    2,038

    How to declare this function...

    Declare a pointer to a function which takes array of pointer to a function as an argument and return the pointer to a function.....
    how to declare this function....
  8. Replies
    8
    Views
    2,447

    According to my calculation the size would be 16...

    According to my calculation the size would be 16 bytes ....am i correct ..??
  9. Replies
    8
    Views
    2,447

    What would be the result...

    Hi friends at present i am not having any compiler so please can any one conform the result of this program
    what would be the size of this structure



    struct str
    {
    int data;
    struct str...
  10. Replies
    3
    Views
    817

    Hai friend for c++ is also the same win32...

    Hai friend for c++ is also the same win32 application but while creating the file you store the file with the extention .cpp ...
  11. @matsp good ideas ...There is no need any more...

    @matsp
    good ideas ...There is no need any more things to solve this problem...
  12. Replies
    15
    Views
    6,831

    Yes he can use the for loop or a while loop to do...

    Yes he can use the for loop or a while loop to do this problem in a simple way...
  13. My solution is store all your string in the...

    My solution is store all your string in the characted pointer and you take the number from the user as an input and you increment that pointer to the takes value and print the string .And you will...
  14. No you cant do this in printf ...

    No you cant do this in printf


    printf("%s",cake+codenum);
  15. Replies
    5
    Views
    3,304

    Abstract data type (ADT) is a specification of a...

    Abstract data type (ADT) is a specification of a set of data and the set of operations that can be performed on the data.
  16. can you give some examples ....ho to do that......

    can you give some examples ....ho to do that......
  17. Replies
    5
    Views
    1,299

    Give the code we will try it...

    Give the code we will try it...
  18. @iMalc i am asking that we should do this...

    @iMalc
    i am asking that we should do this operation on a single linked list . . . We cant use the double linked list....But for me it is conform we cant do this operation in single linked list...
    ...
  19. Any one give the solution or tell that it is...

    Any one give the solution or tell that it is possible are not...
  20. Hai friends my question is on single linked list...

    Hai friends my question is on single linked list . . . So you consider the the pointer of the 3rd node of the linked list is given and we can travel to next only we cant travel to back so we came...
  21. Thank you salem ...So now if i want to access the...

    Thank you salem ...So now if i want to access the pointer variable in the structure means i want to use this


    *ptr->j=20;

    am i correct...
  22. Now i am using mobile browser so please any one...

    Now i am using mobile browser so please any one and help me to understand it...
  23. One more question on struct and pointer...

    Hai friends one more question on struct


    #include<stdio.h>
    struct node
    {
    int i;
    int *j;
    };
    main()
  24. In this there is only one node address is given...

    In this there is only one node address is given we dont know the prev node . . . Address . . . . How to em this ....
  25. Tell me that it is possible or not...???

    Tell me that it is possible or not...???
Results 1 to 25 of 54
Page 1 of 3 1 2 3