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
List the difference between a "copy constructor" and a "assignment operator"?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
When a c file is executed there are many files that are automatically opened what are they files?
In C programming, what command or code can be used to determine if a number of odd or even?
How do you sort filenames in a directory?
What is a structure in c language. how to initialise a structure in c?
Explain what is page thrashing?
Give the rules for variable declaration?
What is ## preprocessor operator in c?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
What is the use of gets and puts?
Explain the priority queues?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
What is the importance of c in your views?