You are on page 1of 1

Coding / programming question paper (Freshers) - Set A

Marks: 25marks

1. ​ ​Write a program to print below rhombus.

* *

* *

* *

* *

* *

2. Write a program to concatenate two strings without using strcat() and concatenate
operator.

3. Write a program to find the second large value in array without sorting the array.

4. Write a program to print not common values between the two arrays.

5. Write a program to swap two numbers without using additional variables.

You might also like