C++: PUT & GET Function - Open Gurukul : Virtual Learning Centre

C++: PUT & GET Function - Open Gurukul : Virtual Learning Centre

瀏覽:674
日期:2024-05-09
Function put()-Writes a single character to the stream.-ostream & put ( char c ); Function get()-Reads a single character from the stream-int get();-istream & get ( char & c );-istream & get ( char* s, streamsize n ); // getline() Example: Following examp...看更多