Sanket BendaleSQL NotesData Definition Language(DDL): It changes a table’s structure by adding, deleting, and altering its contents.Apr 21Apr 21
Sanket BendaleConfiguring Load Balancer on AWS using Ansible with dynamic inventory!Task Description:Oct 21, 2021Oct 21, 2021
Sanket BendaleTemplates 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
Sanket BendaleGoto StatementThe goto statement is a jump statement which jumps from one point to another point within a function.Jun 28, 2021Jun 28, 2021
Sanket BendaleVariable 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