Hi,
main()
{
}

Is a user defined function or Built in Functionn

Answer Posted / eklavya sharma

main is a kind of function which is a user defined function for the C compiler developer and it is built in or predifined function to the users using that compiler. The prototype has already been defined in the compiler itself we the users can't change the meaning of that unless or until we write our own compiler.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the binary height balanced tree?

720


How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same

647


a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above

680


By using C language input a date into it and if it is right?

569


What are c header files?

573






how logic is used

1494


What's a good way to check for "close enough" floating-point equality?

621


In cryptography, you could often break the algorithm if you know what was the original (plain) text that was encoded into the current ciphertext. This is called the plain text attack. In this simple problem, we illustrate the plain text attack on a simple substitution cipher encryption, where you know each letter has been substituted with a different letter from the alphabet but you don’t know what that letter is. You are given the cipherText as the input string to the function getwordSets(). You know that a plain text "AMMUNITION" occurs somewhere in this cipher text. Now, you have to find out which sets of characters corresponds to the encrypted form of the "AMMUNITION". You can assume that the encryption follows simple substitution only. [Hint: You could use the pattern in the "AMMUNITION" like MM occurring twice together to identify this]

1954


Can you please compare array with pointer?

613


How can I manipulate strings of multibyte characters?

631


Where does the name "C" come from, anyway?

641


How would you use the functions fseek(), freed(), fwrite() and ftell()?

699


What are the types of c language?

551


What is the c language function prototype?

642


How can I dynamically allocate arrays?

587