SQL NotesData Definition Language(DDL): It changes a table’s structure by adding, deleting, and altering its contents.Apr 21, 2024Apr 21, 2024
Configuring Load Balancer on AWS using Ansible with dynamic inventory!Task Description:Oct 21, 2021Oct 21, 2021
Templates are the mechanism by which C++ implements the generic concept.The following example illustrates two non-generic (type-sensitive) functions for adding two numbers, x and y:Jun 29, 2021Jun 29, 2021
Goto StatementThe goto statement is a jump statement which jumps from one point to another point within a function.Jun 28, 2021Jun 28, 2021
Variable and Types in C++C++ provides a rich set of built-in as well as user defined data types. Most of the built-in data types are described as follows:Jun 28, 2021Jun 28, 2021