Answer :

Answer:

print(a') print(endl<<)

Explanation:

These are two different statements of print() function which will lead to error because in the first example we have passed the variable with a closing quotation mark and in the second we are passing the manipulator to the function body which will also lead to error.

Other Questions