Inactive Tutor answered 10/16/19
Tutor
New to Wyzant
using namespace std;
#include <iostream>
#include <stdio.h>
int main()
{
int a=10;
char outbuff[255];
sprintf(outbuff,"%d",a);
cout << outbuff;
}
Inactive Tutor answered 10/16/19
using namespace std;
#include <iostream>
#include <stdio.h>
int main()
{
int a=10;
char outbuff[255];
sprintf(outbuff,"%d",a);
cout << outbuff;
}
Get a free answer to a quick problem.
Most questions answered within 4 hours.
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.