reoccuring conflicting types error and previous implicit declaration errors....ARGHH
This is a discussion on reoccuring conflicting types error and previous implicit declaration errors....ARGHH within the C Programming forums, part of the General Programming Boards category; Code:
#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);
line 13: order_chars(c1,c2,c3);
printf("\nHere are your letters ...