C Programming
What will happen after compiling and running following code?main(){ printf("%p", main); }

Will make an infinite loop.
Error
Some address will be printed.
None of these.

ANSWER DOWNLOAD EXAMIANS APP

C Programming
String concatenation means -

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

ANSWER DOWNLOAD EXAMIANS APP