veda@veda-desktop:~$ gcc eg.c /tmp/ccAewlWm.o: In function `main': eg.c:(.text+0x51): undefined reference to `itoa' eg.c:(.text+0x7e): undefined reference to `itoa' eg.c:(.text+0xab): undefined reference to `itoa' collect2: ld returned 1 exit statuswhen I compiled with g++, it showed
veda@veda-desktop:~$ g++ eg.c eg.c: In function ‘int main()’: eg.c:10: error: ‘itoa’ was not declared in this scopeI have used stdlib.h header file
what is the problem.. Or should I have write a seperate code to do this operation...


Sign In
Create Account


Back to top









