Hi,
main()
{
}
Is a user defined function or Built in Functionn
Answer Posted / saurabh kumar
well i think main is a predefine function because we can
not change the name of predefine function......
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is time null in c?
Do you have any idea how to compare array with pointer in c?
how to find anagram without using string functions using only loops in c programming
Explain the difference between exit() and _exit() function?
how to build a exercise findig min number of e heap with list imlemented?
Why is sizeof () an operator and not a function?
what is use of malloc and calloc?
What is the purpose of scanf() and printf() functions?
write a program to find the given number is prime or not
can we implement multi-threads in c.
What do you mean by a local block?
Why ca not I do something like this?
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.
what is the basis for selection of arrays or pointers as data structure in a program
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above