#include <iostream> int main() { char bdate[1]; cin >> bdate; cout << bdate; }
---------------------------------- wht's wrong in this?? this gives me an error : Untitled1.cpp: In function `int main()': Untitled1.cpp:6: error: `cin' undeclared (first use this function) Untitled1.cpp:6: error: (Each undeclared identifier is reported only once for each function it appears in.) Untitled1.cpp:7: error: `cout' undeclared (first use this function) ___________________ _____HarDik________ ___________________ --------------------------------- Why delete messages? Unlimited storage is just a click away. [Non-text portions of this message have been removed]