Run Code  | API  | Code Wall  | Misc  | Feedback  | Login  | Theme  | Privacy  | Patreon 

b=1,c=1

Language: Layout:
+ ] Compiler args + ] Show input
Compilation time: 0.13 sec, absolute service time: 0,21 sec 
edit mode |  history  | discussion
Error(s):
source_file.c: In function ‘main’:
source_file.c:9:1: error: ‘X’ undeclared (first use in this function)
 X=b+c ;
 ^
source_file.c:9:1: note: each undeclared identifier is reported only once for each function it appears in
source_file.c:8:1: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result]
 scanf("%d" ,&x) ;
 ^