Search:

Type: Posts; User: kase20

Search: Search took 0.00 seconds.

  1. Thank you for that. I have made a few...

    Thank you for that. I have made a few adjustments, however, it still isn't working as planned. Because the following error message won't let me compile it:
    invalid operands to binary & (have 'int *'...
  2. program using char and string is working weirdly

    #include <stdio.h>
    #include <string.h>
    int main (int argc, char *argv[]) {

    int i=0;
    int input=0;
    char str1[i];
    char str2[i];
    int n;
Results 1 to 2 of 2