PHP If Else & Switch Case Tutorial

PHP If Else & Switch Case Tutorial

Learn If Else, Elseif & Switch Case in PHP Easily Conditional statements or making decisions with conditions in php: Conditional statements are used to check whether condition is satisfied or not.there are many types in this decision makers that is if statement,if else statement,if else if else statement,switch.these are help to check the conditions and … Read more

Complete Guide to PHP Operators with Examples for Beginners

Complete Guide to PHP

Complete Guide to PHP Operators with Examples for Beginners Operator in php: Complete Guide to PHP Operators are special symbol for the purpose to make actions performed by the user . There are seven operators in php.those are 1.Arthematic operator 2.Assignment operator 3.logical operators 4.comparision operators 5.string operators 6.increment/decrement operators Arthematic operators: arthematic operators used … Read more

PHP Constants Explained: Definition, Types and Examples

PHP constants tutorial showing definition and examples

PHP Constants Explained: Definition, Types and Examples Constants used in php PHP coding manam oka website ki leka application ki lopala em process jaragali ani chupisthundi. Manam Facebook anukunte, andulo PHP coding use chestharu. Andulo manaki login ID, name, photo, postlu chupinchadaniki PHP vadatharu. Appudu server ki ardham avuthundi. PHP coding tho user ki em … Read more

Write a C Program to Check Whether a Number is Even or Odd

Write a C Program to Check Whether a Number is Even or Odd

Write a program to check given number is Even number or odd number in c programming. Source code: #include<stdio.h> int main() { int n; printf(“Enter a number :”); scanf(“%d”,&n); if(n%2==0) { printf(“Given number is even”); } else { printf(“Given number is odd”); } return 0; } Output 1: Enter a number: 4 Given number is … Read more

PHP Basics Tutorial: Accessing PHP, Variables, Data Types

PHP Basics Tutorial showing variables, data types, and sample applications for beginners.

PHP Programming for Beginners – Variables, Data Types & PHP Access PHP full is hypertext preprocessor.olden days php full form is personal home page but now more developments are arrived.thats why it changes to hypertext preprocessor. Php is used to design server based web pages.it makes connection to the home page to server by using … Read more

What are LAN Devices in Networking? Types, Functions and Working Explained

What are LAN Devices in Networking?

LAN Devices in Networking: Types, Functions and Uses Explained LAN devices in networking: There are many LAN devices in networking.these are 1.Repeater 2.hub 3.switch 4.modem 5.NIC cards 6.Router 7.gateway 1.Repeater: Repeater is one of the LAN device in network.it is used to make signals connection if the signal is weak or loss.repeater is used to … Read more

C Conditional Statements (if, if-else, switch) – Beginner’s Guide

C Conditional Statements

Conditional statements in c programming  Conditional statements are used to check the condition.whaether condition is true or not.if condition is true it runs one statement.there are three conditional statements in c programming language. These are : 1.if statement  2.if-else Statement  3.Nested if else statement  1.if statement: First we are discussing if statement .In c program … Read more

Hello World Program in C Language – Basic C Program for Beginners

Basic c program Here we are writing basic c program to print Hello world . Program: #include<stdio.h> void main() { printf(“Hello World”); } Output: Hello World Printf() is a input function it is used to print statement on the screen. In programming c printf() and scanf() are predefined functions.these two functions are part of studio.h … Read more

Computer Network : Complete Guide for Beginners (2026)

Computer network

Computer Network : Complete Guide for Beginners (2026) Computer Network is a collection of computers and devices connected through Ethernet cables or wireless technology to make communication and resource sharing easier. Explanation ga Rendu kante ekkuva computers oka danitho marokati communicate avvalanna leka resource share chesukovali anna manam computer network vadathamu. Types of Computer Networks There … Read more