How the C program can be compiled?

Answer Posted / sanjay singh

Simply by pressing Alt + F9 Key from the keyboard.


"Note we can also execute a program with compiling if it has
no error in the program in the coding form"

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is static and volatile in c?

790


Explain what are the standard predefined macros?

661


How can I convert a number to a string?

616


What is ## preprocessor operator in c?

622


How can I access an I o board directly?

634






Is c procedural or functional?

595


What is a method in c?

633


What is header file definition?

581


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.

1325


If you know then define #pragma?

684


Explain what is the benefit of using an enum rather than a #define constant?

734


Explain enumerated types.

609


What is a volatile keyword in c?

649


What are the advantages of the functions?

614


Explain what are the different file extensions involved when programming in c?

641