javascript
Brief description  about Online courses   join in Online courses
View Vasudha  Hegde 's Profile

Embedded systems

How is function itoa() written?
Asked by Vasudha Hegde | Aug 5, 2010 |  Reply now
Replies (4)
View sharon maxwell 's Profile
For getting the best solution visit the :-
http://www.cetpainfotech.com/technology/embedded-system
Sep 20, 2017
View rakesh kumar gupta 's Profile
halo sir
Sep 11, 2013
View aniruddha pathak 's Profile
aadhghjhjk;k
Aug 13, 2010
View embedded instructor 's Profile
#include<stdlib.h>
#include<stdio.h>
int main()
{
int n = 1234;
char p[20];
itoa(n,s,10);
printf("n=%d,s=%s",n,s);
return 0;
}
Aug 5, 2010