Ads block

Banner 728x90px

Function Overloading, operator overloading, function overriding in CPP/C++ || Polymorphism in CPP


Function Overloading, operator overloading, function overriding in CPP/C++ || Polymorphism in CPP
Function/Method Overloading in CPP/C++: #include<bits/stdc++.h> using namespace std; class prime{ public:         void sum(int a, int b)         {      …
Read more »

Different types of macro calling with proper example in C


Different types of macro calling with proper example in C
#include<stdio.h> #define sum(num1, num2) num1 + num2//Macro Definition #define multiplication(num1, num2, num3) num1 * num2 * num3 #define maximum(a, b…
Read more »

Input and Output in Structure array with different function || Structure in C Programming || Input and Output in Structure


Input and Output in Structure array with different function || Structure in C Programming || Input and Output in Structure
Program -01 Structure Creation in C programming. #include<stdio.h> struct student {     int id;     char name[100];     double result; }; int main() {  …
Read more »

Some important abbreviation for IT Related Jobs


CODASYL: Committee/Conference of Data System Language SNMP: Simple Network Management Protocol WCCP: Web Cash Control Protocol IPSLA: Internet Protocol…
Read more »