Glossaries

Glossaries

Static variable In computer programming, a static variable is a variable that has been allocated “statically”, meaning that its lifetime (or “extent”) is the entire run of the program. This is in contrast to shorter-lived automatic variables, whose storage is stack allocated and deallocated on the call...

আমি, ইউনিভার্সিটি ও বন্ধুরা

আমি, ইউনিভার্সিটি ও বন্ধুরা

আমি, ইউনিভার্সিটি ও বন্ধুরা-১ ————– টিস্যু পেপার লাগবে? ফয়সাল কই? (আমার ব্যাগে টিস্যু থাকবেই এই ব্যাপারে সবাই শিউর) 😀   Me, university and friends-1 ———— Need tissue paper? Where’s Faisal? (Everyone is damn sure...

Shell Scripting-1(Even-Odd)

Shell Scripting-1(Even-Odd)

A shell script is a computer program designed to be run by the Unix shell, a command-line interpreter. The various dialects of shell scripts are considered to be scripting languages. Typical operations performed by...