IPv4 vs IPv6
IPv4 was the original version of IP and has been in use since the early days of the internet. It uses a 32-bit addressing system, which allows for a maximum …
IPv4 vs IPv6 Read MoreIPv4 was the original version of IP and has been in use since the early days of the internet. It uses a 32-bit addressing system, which allows for a maximum …
IPv4 vs IPv6 Read MoreNote that there are many other factors to consider when setting up a LAN, such as network security, DNS settings, and DHCP (Dynamic Host Configuration Protocol) configuration. …
Implement the class C IP address in a local area network Read MoreFibonacci Series up to n number of terms #include <stdio.h> int main() { int i, j, rows; printf(“Enter number of rows: “); scanf(“%d”,&rows); for(i=1; i<=rows; ++i) { for(j=1; j<=i; ++j) …
Fibonacci Sequence in C-Program Read MoreSimple Calendar Design in HTML Click on the link below to download the simple project for students calender HTML(CLICK HERE) HTML Codes: <html> <head> <title>calender</title> <link rel=”stylesheet” type=”text/css” href=”style.css”> </head> …
Calendar Design in HTML Read MoreDownload Below Project of HTML for school students. Download Simple_HTML_Project_3 for Students (Click Here to Download) Click on the link to download the HTML Project for school students Download Simple_HTML_Project_3 …
Simple HTML Project for students of Class 8,9,10,11 Read MoreSimple HTML Project for Students of Class 8, Class 9, Class 10, Class 11 Project of HTML for school students. Click on the link below to download the HTML Project …
Simple HTML Project for Students of class 8,9,10,11 Read More#include <stdio.h> main() { char text[80]; int i, vowels = 0, consonants = 0, special = 0; printf("Enter a text \n"); gets(text); for (i = 0; text[i] != ‘\0’; i++) …
Count Vowel and Consonant in C program Read More#include<stdio.h> #include<conio.h> main() { int ch; printf("Input any number from 1 to 7="); scanf("%d",&ch); switch(ch) { case 1:printf("Today is Sunday"); break; case 2:printf("Today is Monday"); break; case 3:printf("Today is Tuesday"); …
1 for Sunday, 2 for Monday using C program Read More#include<stdio.h> #include<conio.h> main() { int salary[10],i,count=0; for(i=0;i<10;i++) { printf("input salary of employee:"); scanf("%d",&salary[i]); } for(i=0;i<10;i++) { if(salary[i]>5000&&salary[i]<=10000) { count=count+1; } } printf("Number of employees getting salary between 5000-10000=%d",count); getch(); }
Number of employees getting salary between 5000-10000 -C Program Read MoreClick the link to Download Simple HTML Project. quiz_program_html
Simple HTML Project Read More