printf() vs cout
Hii 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...
ursamresh.hashnode.dev1 min read