Coding Standards/conventions Question:
Download Questions 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

Download Coding Standards Interview Questions And Answers PDF

Previous QuestionNext Question
Explain Functions Introduction?Explain Functions Size?