Login
Remember
Register
Q&A
Questions
Ask a Question
Functions must and should be declared. Comment on this.
Home
>
Technology
>
Functions must and should be declared. Comment on this.
0
votes
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
Functions must and should be declared. Comment on this.
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)
Function declaration is optional if the same is invoked after its definition.
Related questions
0
votes
1
answer
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affects when debugging?
asked
Nov 8, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
0
votes
1
answer
Can the structure variable be initialized as soon as it is declared?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
0
votes
1
answer
To make pointer generic for which date type it need to be declared?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
0
votes
1
answer
What is the difference between abs() and fabs() functions?
asked
Nov 8, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
+1
vote
1
answer
What are the different ways of passing parameters to the functions in C Programming? Which to use when?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
...