#include<iostream.h>
#include<stdio.h>
#define SIZE 1
void main( )
{
char* str[SIZE];
gets(str[0]); //Read string of any string
cout<<str[0];
}
#include<stdio.h>
#define SIZE 1
void main( )
{
char* str[SIZE];
gets(str[0]); //Read string of any string
cout<<str[0];
}
No comments:
Post a Comment