Search:

Type: Posts; User: amerjamil

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    2,186

    cout

    cout<<c[6]<<c[7];


    it is displaying 2nd array..not by puts(c) :(

    i.e cout of c[i] in loop... why not it is showing through puts?
  2. Replies
    3
    Views
    2,186

    thanks for your response.. i still have a...

    thanks for your response.. i still have a problem... in the following code it is storing a chracters not the b chracters into c.. please tell me where im wrong :




    #include<iostream.h>...
  3. Replies
    3
    Views
    2,186

    character array problem .. please help :((

    Question is :
    Get two strings from user. Join first string with the second string with a space. Store in another string and display it.
    Example:
    Enter first string: Hello
    Enter second string:...
Results 1 to 3 of 3