Search:

Type: Posts; User: doongas

Search: Search took 0.01 seconds.

  1. how do u convert array of characters to uppercase?

    for example



    char array[] = "abcdefghijklmnopqrstuvwxyz"


    to ABCDEFGHIJKLMNOPQRSTUVWXYZ

    thanks
  2. Replies
    2
    Views
    9,714

    thanks!!

    thanks!!
  3. Replies
    2
    Views
    9,714

    printing 2d array with char

    say if i have 2d char array like:

    hello
    world
    my name is
    david

    2d array like this with 4 lines and max 128 chars in a line
    char array[4][128]
    how do i print them like above?
Results 1 to 3 of 3