
Search In
Virtual function is a member function in base class, which is redefined in the derived class.
Virtual function is declared by using the keyword virtual.
Syntax of virtual function:
class main_Class // denotes the base class of virtual func
Pointer in C are used to store the reference of the variable not its value.
Everytime we declare a variable its reference is created in the memory somewhere and when it is accessed that variable memory address is fetched for retrieving it.
In C programming while working with the numbers you have multiple operators for it to perform manipulation over it.
Right shifting means we will shift the digit to the right side by the specified number of places.
It is denoted by
An IP address i s a unique identifier for the nodes in the network. It is like an entity for every terminal or node that is connected to the network.
It is a combination of 32 bit in which 4 decimal values , each one represent
Ping
Ping is used to check the response from other terminals in the network. It will give you details related to the network you rare in and its status with request.
Ping returns different responses depending on the computer in question. Th
Protocols
Protocols are the set of standards that is followed while making any communication in the network.
Any node in the network cannot send or receive the data without following the protocols defined for the networking process.
TTCN:-
TCCN is a classic testing language for characterizing test scenario and their execution for protocol testing. A TCCN test suite contains numerous experiments(test cases) written in the TTCN programming language and it is utilized for
Hello Reader's if you are new to asp.net and looking to see how email is send then this blog is helpful to you. Sending the email in asp is comparatively similar with php just you have to follow the coding syntax.
<%
Set myMail=CreateObject(
This blog will help you when you need to select distinct records from a datatable on basis of selected columns.
Suppose we have a datatable which holds the employee records. This datatable has following columns
Name
FatherName
City
Qualificati
Easy way to install cakephp:
Hello Readers. Here is small blog on how to install cakephp. Cakephp is very fast and easy to install. The minimun requirements to install cakephp are a web server and a copy of cakephp.
Step 1
