Main must be written as
a.the first function in the program
b.Second function in the program
c.Last function in the program
d.any where in the program
Answer Posted / guest
d. any where in the program.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
How do I get a null pointer in my programs?
What is the size of array float a(10)?
What is dangling pointer in c?
Write a c program to demonstrate character and string constants?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
What does c value mean?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
Explain how can I make sure that my program is the only one accessing a file?
What is putchar() function?
What is ctrl c called?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
Is c weakly typed?
What are types of structure?
What's a good way to check for "close enough" floating-point equality?