this is so embarrassing but whats wrong with this c code anyone
#include [ Error: Irreparable invalid markup ('<stdio.h>') in entry. Owner must fix manually. Raw contents below.] this is so embarrassing but whats wrong with this c code anyone
#include <stdio.h> #include <stdlib.h>
int main (void){ int eps1 ;
printf("please enter a number for epsilon\n"); scanf("%d",&eps1); printf("%d\n",&eps1);
return EXIT_SUCCESS; } |