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


Please Help Members By Posting Answers For Below Questions

write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.

15486


Write a program to use switch statement.

893


How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?

824


What are formal parameters?

860


What is return type in c?

891


How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same

878


What are runtime error?

854


What is #include conio h?

791


Why clrscr is used in c?

794


Is null always equal to 0(zero)?

799


What does stand for?

847


What are the advantages and disadvantages of c language?

770


List the difference between a While & Do While loops?

862


How do you define structure?

800


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.

1713