Subtract Two Number Without Using Subtraction Operator
No Answer is Posted For this Question
Be the First to Post Answer
What is wrong with this code such that it doesnt produce the input reversed? #include <stdio.h> #include <stdlib.h> #include <string.h> int main(void) { char Space = ' '; char LineOfText; float count; LineOfText = getchar(); while ((LineOfText = getchar()) != '/n'); { count = strlen(LineOfText) - 1; while (count >= 0) { putchar(LineOfText[count]); count--; } } getchar(); return 0; }
Who developed c language?
what is the full form of c language
The differences between Windows XP and Windows Visa
what is the flow of execution in cprogram? ex:printf();,scanf();
Which is better malloc or calloc?
What is call by reference in functions?
What are the advantages of union?
What is the significance of c program algorithms?
What is sorting in c plus plus?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
where does it flourished?