[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

Program Discussion :: Basics

Home > Programs > Basics

64 / 279

Write a program to reverse a string using minimum control variable and minimum iteration and with and without temporary variable.

Answer:

#include
#include
#include
void main()
{
    clrscr();
    char str[100], temp;
    int i=0, j;
    cout

Asked In :: Wipro

Post Your Answer Here:

Language:

Post Your Reply Here:



Language:

Post Your Reply Here:



Language:

Post Your Reply Here:



Language:

Post Your Reply Here:



Language:

Post Your Reply Here: