1. Strings are Immutable Once a string is defined, it cannot be changed. # Python3 program to show that # string cannot be changed … Read More
Tag Archives: interesting-facts
In a C program, all lines that start with # are processed by preprocessor which is a special program invoked by the compiler. by this… Read More