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

None of These
10
Compiler Error
50

ANSWER DOWNLOAD EXAMIANS APP

C Programming
String concatenation means -

Combining two strings.
Extracting a substring out of a string.
Merging two strings.
Partitioning the string into two strings.
Comparing the two strings to define the larger one.

ANSWER DOWNLOAD EXAMIANS APP