What will be the output of the following code? #include<stdio.h> #include<conio.h> void main() { char c=-'a'; printf("%d",c); }
65
-65
97
-97
CompilationError