Login
Remember
Register
Q&A
Questions
Ask a Question
Can a program be compiled without main() function in C-Programming?
Home
>
Technology
>
Can a program be compiled without main() function in C-Programming?
+1
vote
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
Can a program be compiled without main() function in C-Programming?
interview-question-answer
technology-questions-answers
Facebook
Twitter
LinkedIn
Email
Add Answer
1
Answer
0
votes
answered
Nov 9, 2020
by
JackTerrance
(
1.7m
points)
Yes, it can be but cannot be executed, as the execution requires main() function definition.
Related questions
+1
vote
1
answer
Which built-in function can be used to move the file pointer internally in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
+1
vote
1
answer
Which built-in library function can be used to re-size the allocated dynamic memory in C-Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
+1
vote
1
answer
Which operator can be used to access union elements if union variable is a pointer variable in C Programming ?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
+1
vote
2
answers
Which operator can be used to determine the size of a data type or variable in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
+1
vote
1
answer
What are the ways to a null pointer that can be used in the C programming language?
asked
Nov 8, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
...