What will be output if you will Execute following code? #include #include void main() { char c=-'a'; printf("%d",c); }
65
-65
97
-97
CompilationError