Answer Posted / abhradeep chatterjee
when c compiler searches for the beginning of the program,
then it looks for the main function.
Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What are the types of macro formats?
What are pointers? What are different types of pointers?
Explain which function in c can be used to append a string to another string?
Why do we use & in c?
Explain the difference between malloc() and calloc() function?
What does char * * argv mean in c?
how to capitalise first letter of each word in a given string?
Can a variable be both constant and volatile?
Why isn't any of this standardized in c? Any real program has to do some of these things.
Is c is a procedural language?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
What is c system32 taskhostw exe?
I came across some code that puts a (void) cast before each call to printf. Why?
What is assert and when would I use it?
How can this be legal c?