C Programming
What will be the output of the program code?#include#define a 10void main(){ #define a 50 printf("%d", a);}

Compiler Error
10
50
None of These

ANSWER DOWNLOAD EXAMIANS APP

C Programming
Use of functions

Makes the debugging task easier.
Enhances the logical clarity of the program.
Helps to avoid repeated programming across programs.
All of these
Helps to avoid repeating a set of statements many times.

ANSWER DOWNLOAD EXAMIANS APP