Hi,
main()
{
}
Is a user defined function or Built in Functionn
Answer Posted / yogesh bansal
main is a system declared user defined function
| Is This Answer Correct ? | 31 Yes | 8 No |
Post New Answer View All Answers
Explain what are global variables and explain how do you declare them?
How can you increase the allowable number of simultaneously open files?
Explain how can I convert a number to a string?
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
What is meant by gets in c?
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
can anyone suggest some site name..where i can get some good data structure puzzles???
What is the general form of a C program?
What is a shell structure examples?
Can one function call another?
Can you please explain the scope of static variables?
What is an example of structure?
Tell us the use of fflush() function in c language?
Can a variable be both constant and volatile?
What is the condition that is applied with ?: Operator?