What is the difference between abs() and fabs() functions?
No Answer is Posted For this Question
Be the First to Post Answer
what is an array
What does it mean when the linker says that _end is undefined?
Why do we use main function?
what is the difference between arrays and linked list
26 Answers MAHINDRA, Tech Mahindra, Wipro,
Write the following function in C. stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.
main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }
send me the code of flow chart generator using C-programming language amd this code should calculate the time and space complexity of the given progran and able to generate flowchart according to the given program?
what is the coding of display the factorial of a number using array and function?
What is the difference between formatted&unformatted i/o functions?
What are enumerated types?
How do I round numbers?
What is the right type to use for boolean values in c? Is there a standard type?