What is the output of this program?
#include int main() { printf("%d",30); return 0; }
Answer: C
No answer description available for this question.