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
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.
Write a program to use switch statement.
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
What are formal parameters?
What is return type in c?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
What are runtime error?
What is #include conio h?
Why clrscr is used in c?
Is null always equal to 0(zero)?
What does stand for?
What are the advantages and disadvantages of c language?
List the difference between a While & Do While loops?
How do you define structure?
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.