wp_insert_post();
get_posts() get_post()
wp_update_post()
sudo mysql -u root
mysql> USE mysql;
mysql> UPDATE user SET plugin='mysql_native_password' WHERE User='root';
mysql> FLUSH PRIVILEGES;
mysql> exit;
service mysql restart
#include<stdio.h>
void lexicalAnalyzer(char s[]);
int isIdent(char ch);
int isAlpha(char ch);
int isDigit(char ch);
int isOperator(char ch);
int isDelemeter(char ch);
void display(char s[100][32], int n);
Function overloading is a feature in where two or more functions can have the same name but different parameters. Function overloading can be considered as an example of polymorphism feature.
the use of function overloading is to save the memory space,consistency and readabiliy.
We can develop more than one function with the same name.
Function overloading exhibits the behavior of polymorphism which helps to get different behaviour, although there will be some link using same name of function.
A network reffers two more connected computers that can share resources such as data, a printer, an internet connection, applications or a combinitaion of these resources.
Internetworking is the process or technique of connecting different networks by using intermediary devices such as routers or gateway devices.
Internetworking ensure data communication among networks owned and operated by different entities using a data communication and the internet routing protocol.