[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 :: TCS

14. Can you give example of stack overflow, another example then calling main function inside main().

Answer:

Stack overflow
###########
void main()
{
main();
}

Another

void main()
{
stackOver();
}

void stackOver ();
{
stackOver ();
}

Post Your Answer Here:      Public      Private

Rate This: +0 -0
Report     

Post Your Reply Here:     

Report Error

Report Error

Please Login First Click Here