AMAmresh Mauryainursamresh.hashnode.dev·Jan 31, 2023 · 1 min readprintf() vs coutHii Developers, From the beginning I was very confuse about printf() vs cout printf() - it is a function, we can pass data and this function will print it on console cout - It is object not a function, but if it is object then why we do not call it u...01