Is fortran faster than c?
No Answer is Posted For this Question
Be the First to Post Answer
What is enumerated data type in c?
code for copying two strings with out strcpy() function.
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
about c language
What are comments and how do you insert it in a C program?
where can function pointers be used?
What is getche() function?
Write a code to remove duplicates in a string.
main() { printf(5+"good morning"); printf("%c","abcdefgh"[4]); }the o/p is morning and e...how someone explain
for example user gives input as " 20 or 20.0 or rs 20.0 or 20.00 or rs20 and so .. on " and the output should be stored as " rs.20.00 " in a variable
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.
How do I access command-line arguments?