Latest

C/C++ Installation

कोई भी Language पर शुरुआत करने के लिए हमें Installation करना होती हैं , आइये C/C++ Installation करना सीखते हैं । C Language के लिए हमें एक कोई भी Text Editor लगता
Read More

PHP Validation | filter_var | preg_match

What is Validation in PHP ? आज हम समझेंगे PHP Validation के बारे में और जानेंगे की कितने प्रकार से हम Validation को Classify कर सकते हैं ,
Read More

PHP Math Function

जब भी हमें PHP में Integer, Float, Double आदि डाटा टाइप में किस तरह के Mathematical Calculation करना होते हैं तब हम Math Function का उपयोग करते है
Read More

C Enum (Enumerated)

C Enum इसमें हम एक या एक से अधिक Constant Value को Store कर सकते हैं और और उन Value को प्रोग्राम में कही पर भी उपयोग में
Read More

PHP String Function in Hindi

इस Article मे हम PHP के String से संबंधित Function जो सबसे अधिक उपयोग मे आते हैं जैसे strlen, str_word_count, strpos, strtolower, lcfirst, strtoupper, ucfirst, ucwords, trim, ltrim,
Read More