Around 30:00 minutes in webinar

why int * or void * is used in cout or in initisation

@tarunluthra solve this doubt

hey @Nikhil-Aggarwal-2320066674901389, due to operator overloading of <<, cout do not print address of char dataype, hence we typecasting the address of char to address of int or void type.