which header file contains main() function in c?

Answer Posted / suresh

there is no header file that contains main()

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is uint8 in c?

876


string reverse using recursion

2078


the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above

799


Explain function?

860


How can I recover the file name given an open stream?

755


How can I implement a delay, or time a users response, with sub-second resolution?

841


What are the salient features of c languages?

854


How can a program be made to print the line number where an error occurs?

873


write an algorithm to display a square matrix.

2436


How macro execution is faster than function ?

874


Where are the auto variables stored?

851


How can I get back to the interactive keyboard if stdin is redirected?

886


Why is sizeof () an operator and not a function?

772


using only #include and #include Write a program in C that will read an input from the user and print it back to the user if it is a palindrome. The string ends when it encounters a whitespace. The input string is at most 30 characters. Assume the string has no spaces and distinguish between and lowercase. So madam is a palindrome, but MadAm is not a palindrome. Use scanf and %s to read the string. Sample Test: Enter a string: madam madam is a palindrome. Enter a string: 09023 09023 is not a palindrome.

1582


What are the complete rules for header file searching?

856