Search:

Type: Posts; User: tarunjain07

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,467

    Returning Array from Function

    can any one please explain me this code :-


    #include<stdio.h>
    #include<conio.h>

    #define ROW 3
    #define COL 4

    int main()
  2. @Andrew sry mate.. but one join the forum to...

    @Andrew sry mate..
    but one join the forum to seek help .You should encourage the novice member instead of discouraging them
    eneways sorry once again
  3. thnxs man ..

    thnxs man ..
  4. really ? thats a really good answer i think...

    really ?

    thats a really good answer i think now shut your mouth and sit at the back..
  5. How to learn c and Programming questions

    Guys i m new to C
    I m trying to learn C but cant get where to start from what to do

    Please guide me how to proceed ?
    Which books to Read ?
    Programming question basics to expert -...
  6. Replies
    5
    Views
    2,362

    b is collecting the pointer returned from...

    b is collecting the pointer returned from function
    yes no output is something wrong with code ??
  7. Replies
    5
    Views
    2,362

    Strcpy function

    I was trying to copy a string into another without with my own program
    but there is no output on screen -->



    #include<stdio.h>
    #include<stdlib.h>
    #include<string.h>

    char * copy(char*s)
  8. Replies
    8
    Views
    1,456

    This code is working fine.. is it fine ? some...

    This code is working fine..
    is it fine ? some errors etc



    #include<stdio.h>
    #include<string.h>
    #include<stdlib.h>
    static int i=-1;;
    static int cont=0;
  9. Replies
    8
    Views
    1,456

    IN C ..yea i have some idea how to do this but...

    IN C ..yea i have some idea how to do this but cant do in C
  10. Replies
    8
    Views
    1,456

    Substring Function

    question is :-
    int count(String s, char c) that counts how many times the character c occurs inside string s.
    You can use the String methods charAt and substring to extract information from string...
  11. i didnt get about conio.h ? whats wrong to use...

    i didnt get about conio.h ? whats wrong to use this ??
    yes i am using Pelle now...
    Yes i tried 1 or 2 ...should i try more on paper ?

    thanxs a lot for such a reply...really good for me...someone...
  12. finally got it :) #include...

    finally got it :)


    #include<stdio.h>
    #include<conio.h>
    #include<string.h>
    #include<stdlib.h>


    char* Repeat(char *s,int n)
  13. it redirects to a site.. boss how to use this...

    it redirects to a site..
    boss how to use this site as this has quotes and other stuff
  14. ok..i got what u mean to say...i have to allocate...

    ok..i got what u mean to say...i have to allocate memory by malloc and then return that to char * for storage...:)
    i know thats really foolish of me but i am new :)
  15. i know malloc ..as i have read my textbooks and...

    i know malloc ..as i have read my textbooks and topics like link list and tree etc..now as i felt that my programming is very weak..
    so i am working on this
    block by block ..started with recursion...
  16. ok :) i will try and willl post back

    ok :) i will try and willl post back
  17. I am using dev c++ can u tell me for that where...

    I am using dev c++ can u tell me for that where and how to ?
    and also please tell some compiler for win 7
  18. yes i know malloc but not getting the use...

    yes i know malloc
    but not getting the use here...
    could please edit the function ...i will try to learn/understand by that code...
  19. [Problem] String repeat(String s, int n) that creates and returns a new string

    Hi eveyone

    Question is :-

    String repeat(String s, int n) that creates and returns a new string that is made by concatenating
    n copies of the parameter string s. For example, calling this...
Results 1 to 19 of 19