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
What are qualifiers?
Is c easier than java?
What is indirection in c?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
What is clrscr ()?
What is console in c language?
When should you not use a type cast?
How do we open a binary file in Read/Write mode in C?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
Write a program to print ASCII code for a given digit.
Why #include is used in c language?
What is the size of array float a(10)?
Can you please explain the scope of static variables?
What is a constant?
What are the 32 keywords in c?