You are on page 1of 1

Templete questions

Ques : Write a function template to compare two classes return a boolean true if two classes
are same otherwise return boolean false .

Ques : . Given string str of size N, the task is to remove all the characters from the string that
have odd frequencies.

Ques : Find min of two values using class templates .

Ques : Swap two variables of any kind using function templates .

You might also like