to convert a string without using decrement operater and
string functions
Answer Posted / shiva
itoa() int to string
atoi() this is to string to int
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
write a program to print largest number of each row of a 2D array
What is a pointer in c?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
Is it better to use malloc() or calloc()?
What is the scope of an external variable in c?
What is memcpy() function?
What are the 4 types of unions?
What is the difference between typedef and #define?
What does do in c?
Are there constructors in c?
What is difference between constant pointer and constant variable?
In c language can we compile a program without main() function?
What is malloc return c?
What are the types of macro formats?
When is a void pointer used?