i thing there isn't any mistake in my program....but it gives expression error....why it is giving this error...tell me plzzz?
here is my program
≡ File Edit Search Run Compile Debug Project Options Window Help
┌────────────── ─────────────── ─── NONAME00.CPP ─────────────── ───────────1─── ──┐
│╔═[■]═══════════════ ═══════════════ ═ C.CPP ═══════════════ ══════════════4 ═[↑]═╗
│║#include<stdi o.h> ▲
│║#include<coni o.h> ■
│║#include<iost ream.h> ▒
│║ ▒
│║ main() ▒
│║ { ▒
│║ int n; ▒
│║ for (n=10; ,n>0; n--); { ▒
│║ cout <<n<<",";} ▒
│║ cout <<"Hazara!\n" ; ▒
│║ return 0; } ▒
│║ ▒
│║ ▼
└╚═☼═════ 1:1 ═════◄■▒▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ ▒▒▒►─┘
┌────────────── ─────────────── ───── Message ─────────────── ──────────────5 ─────┐
│ Compiling C.CPP: │
│•Error C.CPP 8: Expression syntax │
│ │
│ │
│ │
└────────────── ─────────────── ─────────────── ─────────────── ─────────────── ────┘
F1 Help Alt-F8 Next Msg Alt-F7 Prev Msg Alt-F9 Compile F9 Make F10 Menu
here is my program
≡ File Edit Search Run Compile Debug Project Options Window Help
┌────────────── ─────────────── ─── NONAME00.CPP ─────────────── ───────────1─── ──┐
│╔═[■]═══════════════ ═══════════════ ═ C.CPP ═══════════════ ══════════════4 ═[↑]═╗
│║#include<stdi o.h> ▲
│║#include<coni o.h> ■
│║#include<iost ream.h> ▒
│║ ▒
│║ main() ▒
│║ { ▒
│║ int n; ▒
│║ for (n=10; ,n>0; n--); { ▒
│║ cout <<n<<",";} ▒
│║ cout <<"Hazara!\n" ; ▒
│║ return 0; } ▒
│║ ▒
│║ ▼
└╚═☼═════ 1:1 ═════◄■▒▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ ▒▒▒►─┘
┌────────────── ─────────────── ───── Message ─────────────── ──────────────5 ─────┐
│ Compiling C.CPP: │
│•Error C.CPP 8: Expression syntax │
│ │
│ │
│ │
└────────────── ─────────────── ─────────────── ─────────────── ─────────────── ────┘
F1 Help Alt-F8 Next Msg Alt-F7 Prev Msg Alt-F9 Compile F9 Make F10 Menu
Comment