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