What is wrong with this code such that it doesnt produce
the input reversed?
#include
Ca some one please help me with aC code to allow user enter numbers from 1 to 20 without repeating and prnt the sum of those numbers thnx
4 5705Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
2237You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
2340
C program to find all possible outcomes of a dice?
How do I get a null pointer in my programs?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
write a program to concatenation the string using switch case?
Difference between pass by reference and pass by value?
Explain union. What are its advantages?
What is a macro?
Is there a way to switch on strings?
What does s c mean in text?
What is main return c?
regarding pointers concept
What is sizeof return in c?
Write a program to swap two numbers without using third variable?
Can you please explain the difference between strcpy() and memcpy() function?
Explain how do you search data in a data file using random access method?