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 5701Write 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.
2236You 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.
2339
Why pointers are used?
write a program for the normal snake games find in most of the mobiles.
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
Are comments included during the compilation stage and placed in the EXE file as well?
Tell us the use of fflush() function in c language?
Write a program to print numbers from 1 to 100 without using loop in c?
What is structure padding and packing in c?
Difference between exit() and _exit() function?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
What is floating point constants?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
Why main is not a keyword in c?
Explain what is the benefit of using an enum rather than a #define constant?
What extern c means?
What are the types of pointers?