Search:

Type: Posts; User: Raja211991

Search: Search took 0.01 seconds.

  1. Thanks bro:-)...That was really helpful:-)

    Thanks bro:-)...That was really helpful:-)
  2. Filename matches string input----How to implement in C?

    Hello Group! I have an assigment question as follows..

    Problem:
    In Windows, we could use wildcard characters (* and ?) while searching for a file or folder.
    * means there could be 0 or more...
  3. Replies
    23
    Views
    2,118

    Oops!!My bad....Sorry for the trouble guys.

    Oops!!My bad....Sorry for the trouble guys.
  4. Replies
    23
    Views
    2,118

    Pointer Basics

    Hello! Could anyone figure out what's wrong with the following code?
    :

    #include <stdio.h>
    int main()
    {

    char s[]="raja";
    char *t;
    t=s;
  5. Replies
    7
    Views
    2,006

    Thanks Elysia:-)Now i get a clearer picture of...

    Thanks Elysia:-)Now i get a clearer picture of the whole:-)
  6. Replies
    7
    Views
    2,006

    Thanks a lot pal:-)that was helpful:-)

    Thanks a lot pal:-)that was helpful:-)
  7. Replies
    7
    Views
    2,006

    No trouble with the output dude...it is a=50...

    No trouble with the output dude...it is

    a=50
    a=30
    a=50


    my question is,how does the line

    "this->a=x" work?
  8. Replies
    7
    Views
    2,006

    Conversion Constructor and Pointers Help

    Hello group!!This is my first thread here,so bear with me.. I have been assigned a program to study about pointers and constructors all at once and since i am a beginner,i am not able to figure out...
Results 1 to 8 of 8