[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.
Interview Questions and Answers :: Ericsson

6. What is the default scope of a function?

Answer:

functions have either global scope or file scope. Global scope applies to a normal function that's visible throughout the entire program.
File scope applies to a function you've marked as "static", so it's only visible within the same translation unit.

Post Your Answer Here:      Public      Private

Rate This: +0 -0
Report     

Post Your Reply Here:     

Report Error

Report Error

Please Login First Click Here