Search:

Type: Posts; User: abhijitbanerjee

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    982

    Probably your boss wants you to make use of...

    Probably your boss wants you to make use of pointers in your code.
  2. Replies
    16
    Views
    3,038

    In your second for loop you make x=0 if the...

    In your second for loop you make x=0 if the characters are same.Assume a case like
    str1[]="this is string"
    str2="srr"
    Lets now analyse it
    if (str2[j] == str1[i + j])

    results of x:
    x=0...
  3. How to identify that user has terminated the program

    Hi
    I am using visual studio 2005 .

    The following code works fine if there is a abort internal to the program.

    I want to know is there any API or signal by using which I can know that user of...
  4. Replies
    27
    Views
    8,235

    Try this

    Hi
    U need to use loop to enter data

    u can use something like below




    main()
    {
Results 1 to 4 of 4