What will be the output?
double var = 8; int main() { int var = 5; printf("%d", var); }
Answer: A
No answer description available for this question.