0% found this document useful (0 votes)
14 views

Coding - Programming Question Paper - Set A (Dec 2017)

rewq

Uploaded by

Ramesh k
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views

Coding - Programming Question Paper - Set A (Dec 2017)

rewq

Uploaded by

Ramesh k
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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