0% found this document useful (0 votes)
71 views1 page

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

The document is a coding/programming question paper for freshers, consisting of five programming tasks worth a total of 25 marks. The tasks include printing a rhombus, concatenating strings without specific functions, finding the second largest value in an array, identifying non-common values between two arrays, and swapping two numbers without additional variables. Each task tests fundamental programming skills and problem-solving abilities.

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)
71 views1 page

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

The document is a coding/programming question paper for freshers, consisting of five programming tasks worth a total of 25 marks. The tasks include printing a rhombus, concatenating strings without specific functions, finding the second largest value in an array, identifying non-common values between two arrays, and swapping two numbers without additional variables. Each task tests fundamental programming skills and problem-solving abilities.

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

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