Preprocessor Directives in C

Table of ContentsPreprocessor Directives#include directive#define directive#pragma directive#ifdef directive#infdef directive Preprocessor Directives Preprocessor directives कुछ विशेष प्रकार की instructions होती है जो compilation step के पहले पूर्ण होती है, preprocessor directive…

Introduction to PHP

Table of ContentsIntroduction to PHPPHP से हम क्या-क्या कर सकते है?मुख्य तीन क्षेत्र जहां PHP Script का उपयोग निम्न है:-Server-side scriptingCommand-line scriptingWriting Desktop Application Advantages of PHPDisadvantages of PHP Introduction…