Hi,
main()
{
}
Is a user defined function or Built in Functionn
Answer Posted / ashok kumar
According to definition of predefined function,It should
perform some task,can any one tell the particularly the task
of main()function?.then the answer is clear main() is not
predefined,so then we are defining main()so absolutely user
defined function....
This is definition of predefined funtion "(computing) Any of
a set of subroutines that perform standard mathematical
functions included in a programming language; either
included in a program at compilation time, or called when a
program is executed "
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What are the types of unary operators?
Why c language?
Is it better to use malloc() or calloc()?
Explain Function Pointer?
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]
Explain what is meant by high-order and low-order bytes?
Sir i need notes for structure,functions,pointers in c language can you help me please
What are the keywords in c?
Write a program to check armstrong number in c?
Explain how do you list files in a directory?
Explain what is the difference between functions getch() and getche()?
what is the different bitween abap and abap-hr?
why programs in c are running with out #include
What are the applications of c language?
what are # pragma staments?