Coding Standards/conventions Question:
Download Job Interview Questions and Answers PDF
What is Functions Indention?
Answer:
Use tabs to bring some structure into your function body
if(nPos > 1) then
nRetrun = True
else
nRetrun = False
end if
if(nPos > 1) then
nRetrun = True
else
nRetrun = False
end if
Download Coding Standards Interview Questions And Answers
PDF
Previous Question | Next Question |
Explain Functions Introduction? | Explain Functions Size? |