Search:

Type: Posts; User: ArtistMan35

Search: Search took 0.00 seconds.

  1. Much apreciated thank you!

    Much apreciated thank you!
  2. reoccuring conflicting types error and previous implicit declaration errors....ARGHH

    #include <stdio.h>



    int main(void){

    char c1,c2,c3,x,y,z;

    printf("Enter three capital letters: ");
    scanf("%c%c%c",&c1,&c2,&c3);
  3. Replies
    9
    Views
    2,224

    Thanks alot!!

    Thanks alot!!
  4. Replies
    9
    Views
    2,224

    I fixed the error, however something in the...

    I fixed the error, however something in the program isn't working my out put is now:
    Please enter 5 different characters: ABCDE

    You entered: ότ
    Shifting...
  5. Replies
    9
    Views
    2,224

    Basically it just shifts the order in which each...

    Basically it just shifts the order in which each are printed ie.:

    if ABCDE is entered the function returns with BCDEA etc.

    Sorry, I'm pretty new at this what exactally do I need to change to...
  6. Replies
    9
    Views
    2,224

    Home work question

    insert
    #include <stdio.h>
    char a,b,c,d,e,p1,p2,p3,p4,p5;


    void shift(char *p1, char *p2, char *p3, char *p4, char *p5){

    char *p6;

    *p1 = *p6;
Results 1 to 6 of 6