[Solved] Write a program to concatenate two strings using lambda expressions
Write a program to concatenate two strings using lambda expressions. The lambda expression takes two strings as argument and returns the concatenated string. Input format The input consists of two strings. Output format The output prints the concatenated string. Sample…