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 the advantages of the functions?
Explain data types & how many data types supported by c?
Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.
develop algorithms to add polynomials (i) in one variable
What is meant by inheritance?
How can you read a directory in a C program?
What is function in c with example?
What is difference between constant pointer and constant variable?
What is break statement?
How a string is stored in c?
What are the two types of functions in c?
What is c language used for?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What does a function declared as pascal do differently?
How do shell structures work?