Search:

Type: Posts; User: battoujutsu

Search: Search took 0.00 seconds.

  1. Replies
    12
    Views
    2,172

    #include int main() { int...

    #include <stdio.h>

    int main() {

    int a[26], b[26], i,is_same;
    char ch;

    for(i=0; i<26; i++){
    a[i]=0;
    b[i]=0;
  2. Replies
    12
    Views
    2,172

    Input a line of letters: ijk Input a line of...

    Input a line of letters: ijk
    Input a line of letters: Input a line of letters: Input a line of letters: Input a line of letters: ijk
    Input a line of letters: Input a line of letters: Input a line...
  3. Replies
    12
    Views
    2,172

    Input a line of letters: ijk Input a line of...

    Input a line of letters: ijk
    Input a line of letters: Input a line of letters: Input a line of letters: Input a line of letters: ijk
    Input a line of letters: Input a line of letters: Input a line...
  4. Replies
    12
    Views
    2,172

    array comparison

    Hi, I'm new at programming, and this is my first time doing arrays...i don't know what the problem with this code is. And where should i ask for the user input of the lines?

    Write a program to...
Results 1 to 4 of 4