top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How to compile and run the ProC (*.pc) program?

0 votes
222 views
How to compile and run the ProC (*.pc) program?
posted May 3, 2016 by Abu Anam

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
+1 vote

Write a program which accepts 2 strings from the user and performs the following operation on it.
Example –
string1 = “Hello”
string2 = “World”
string3 must be “HellodlroW”

Both strings must be concatenated but after reversing the second string (as shown in string3 above).

...