[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 :: Strings

Home > Programs > Strings

92 / 60

Write a program to remove the blank space from the string without using built in function

Answer:

#include 

 #include 
using namespace std;
int main()
{
   char text[1000], blank[1000];
   int c = 0, d = 0;
   cout

Asked In :: PEOL

Post Your Answer Here:

Language:

Post Your Reply Here:



Language:

Post Your Reply Here: