News

Local variables:variables that are defined within a function or a block are called local variables. they can only be used within a function or a block. these can't be accessed outside their scope or ...