here is my problem
main.c:17: error: parse error before '{' token
main.c:27: error: parse error before string constant
#include <stdio.h>
#include <c.h>
#include <math.h>
#include <ctype.h>
#include <time.h>
#include <stdlib.h>
#include <string.h>
#define kmll 200
#define Kzll 0
int myint,any,go;
int main (int argc, const char * argv[]) {
(myint, any, go) = 0 ;
// here parse error
do printf(" helo guys plese incert a number") {
if any = 0 {
scanf("%c %c",myint,any);
else
printf(" next code"); }
// here parse error
printf(" %d + %d = %d ", myint, any,(any + myint));
else printf(" uno");
return 0; }
a quick reply to the problem would be helpfull