ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
Please Comment, Subscribe and Click Bell🔔🔔🔔 Icon for More Updates. To learn software course from our experts please register here for online training: goo.gl/HIB0wL
NICE SIR
Well studied sir but I have a doubt ,can we start c++ program from the main function?!!?
program execution always starts from the main function
no
#include using namespace std;int x=200;void fun(){ class test { int x; public: void show() { x=89; cout
Please Comment, Subscribe and Click Bell🔔🔔🔔 Icon for More Updates. To learn software course from our experts please register here for online training: goo.gl/HIB0wL
NICE SIR
Well studied sir but I have a doubt ,can we start c++ program from the main function?!!?
program execution always starts from the main function
no
#include
using namespace std;
int x=200;
void fun()
{
class test
{
int x;
public:
void show()
{
x=89;
cout