Hello guys ....
C program not taking input in Microsoft visual studio IDE...
The problem is that when you click the run button on the top right corner of the page
the program will run in the output tab...
As the name tells output tab is only for output.. it only shows the output that comes from a program..
But it will not take any input.....
So, we have to run the program in the terminal tab in order to give any input....
For enabling this go to the settings in your Microsoft visual studio IDE then click on Extensions on the left side then go for Run code configuration scroll down a bit you will see a check box called Run in Terminal make sure to tick that check box..
Now close your Microsoft visual studio IDE and then start again and click on the run button of the program, you will see the program running on the terminal tab and it will ask for input as per the program..
Hope you this will useful....
Have fun :)
0 Comments