Study the following program:   main()   {printf("javatpoint");   main();}   What will be the output of this program?

icon
Related questions
Question
100%

Study the following program:

 

main()  

{printf("javatpoint");  

main();}  

What will be the output of this program?

 

1.Wrong statement

2.It will keep on printing javatpoint

3.It will Print javatpoint once

4.None of the these

Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Files and Directory
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.