How can I convert a number to a string?
No Answer is Posted For this Question
Be the First to Post Answer
how can i get output like this? 1 2 3 4 5 6
write a c program to find reminder and quotient if one number is divided by other.to code this program don't use more than 2 variables
write a statement to display all the elements array M(in reverse order? int M[8]={20,21,22,23,24,25,26,27};
WRITE A PROGRAM IN C TO MULTIPLY TWO 2-D ARRAYS
Difference between Class and Struct.
13 Answers Ericsson, Motorola, Wipro,
With the help of using classes, write a program to add two numbers.
Is it fine to write void main () or main () in c?
how to add numbers without using arithmetic operators.
Convert the following expression to postfix and prefix X $ Y Z - M + N + P / Q / (R + S)
plssssss help !!....using array.. turbo c.. create a program that will accept number of words to be consored. .a word must not exceed 10 characters long .the text to be entered will be no longer than 200 characters .there will be no 10 words example: enter number of words to be censor: 5 enter words to censor: windows office microsoft bill gates enter text to censor: bill gates founded microsoft and makes office and windows sample output: <consored> <censored> founded <censored> and makes <censored> and <censored>
parkside's triangle.. create a program like this.. enter the size: 6 enter the seed: 1 output: 1 23 456 7891 23456 789123 sample2: enter the size: 5 enter the seed: 3 output: 3 45 678 9123 45678 parkside should not exceed 10 while its seed should only be not more than 9..
regarding pointers concept