PHP Important Programs
Question no. 1 – Create a simple HTML form and accept the user name and display the name through PHP echo statement. // File name - index.php <!DOCTYPE html> <html…
Question no. 1 – Create a simple HTML form and accept the user name and display the name through PHP echo statement. // File name - index.php <!DOCTYPE html> <html…
Operators mathematical symbols (चिह्न) है जो की गणितीय (mathematical) और तार्किक (logical) calculation करने के उपयोग किये जाते, उदाहरण के लिए +, -, *, / आदि operators है। Example #include<stdio.h>…
Table of ContentsStructureDeclaring a StructureDeclaring a Structure VariableAccessing Structure Members Structure Structure एक derived data type हैं c programming में, जो कि एक ही बार में एक या एक से…
Question no. 1 – Write a program to print “Hello World” in C# using System; public class Program { public static void Main(string args) { Console.WriteLine("Hello World"); } } //…
पाइथन एक General Purpose Object-Oriented Programming language है | जिसका उपयोग हम Software बनाने के लिए करते हैं, सॉफ्टवेयर जैसे Desktop, Web, Console एप्लीकेशन सॉफ्टवेयर आदि। System Scripting, Tasks Automation…