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 does the c preprocessor do?
What is a memory leak? How to avoid it?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
What is function in c with example?
Explain what is wrong with this program statement? Void = 10;
What are identifiers c?
What is character set?
What is the usage of the pointer in c?
What are the two types of structure?
Why can arithmetic operations not be performed on void pointers?
explain what is a newline escape sequence?
What is a stream?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
Is this program statement valid? INT = 10.50;
How can my program discover the complete pathname to the executable from which it was invoked?