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 5861Write 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.
2283You 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.
2409
How can you find the day of the week given the date?
What is main function in c?
How to set file pointer to beginning c?
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
Explain the advantages and disadvantages of macros.
Does * p ++ increment p or what it points to?
What does c in a circle mean?
Why is a semicolon (;) put at the end of every program statement?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
What do mean by network ?
What is character set?
What is the stack in c?
What is extern c used for?
Explain how can you tell whether a program was compiled using c versus c++?
Can you tell me how to check whether a linked list is circular?