Local Class | C ++ Tutorial | Mr. Kishore

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ม.ค. 2025

ความคิดเห็น • 6

  • @NareshIT
    @NareshIT  5 ปีที่แล้ว

    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

  • @allankumar7552
    @allankumar7552 7 ปีที่แล้ว

    NICE SIR

  • @rakeshdebata5060
    @rakeshdebata5060 4 ปีที่แล้ว

    Well studied sir but I have a doubt ,can we start c++ program from the main function?!!?

  • @raghavamopidevi9700
    @raghavamopidevi9700 ปีที่แล้ว +2

    #include
    using namespace std;
    int x=200;
    void fun()
    {
    class test
    {
    int x;
    public:
    void show()
    {
    x=89;
    cout