What will be the output of the following program : void main() { int a=5; int b=6;; int c=a+b; printf("%d",c); }
Compile-Time Error
Run-Time Error
11
None of above