C Programming
Determine Output:#define int charvoid main(){ int i = 65; printf("sizeof(i)=%d", sizeof(i));}

sizeof(i)=1
None of These
sizeof(i)=2
Compiler Error

ANSWER DOWNLOAD EXAMIANS APP

C Programming
String concatenation means -

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

ANSWER DOWNLOAD EXAMIANS APP