C++ Notes
What is C++? C++ is a cross-platform language that can be used to create high-performance applications. C++ was developed by Bjarne Stroustrup, as an extension to the C language. Why Use…
What is C++? C++ is a cross-platform language that can be used to create high-performance applications. C++ was developed by Bjarne Stroustrup, as an extension to the C language. Why Use…
Function SpellNumber(ByVal MyNumber, Optional incRupees As Boolean = True) Dim Crores, Lakhs, Rupees, Paise, Temp Dim DecimalPlace As Long, Count As Long Dim myLakhs, myCrores ReDim Place(9) As String Place(2)…
MS-Access : It is a relational Databasemanagement Software (RDBMS). It is used to organize data very efficiently. We can create tables, reports, query and forms. For eg. A school database…
<!DOCTYPE html> <html> <head> <title> Welcome to my homepage. </title> </head> <body…
Define the following. Cell Spanning:Spanning cells, also called merging cells, are mainly used to display a title across the top or down side of a table. 2. Cell Spacing:The web…
https://youtu.be/MXL7FAZtdGo?si=gpWZquoQTaUGWmnZ D. Differentiate between the following : Container and Empty Tags. Tags that have both starting as well as ending are known ascontainer tags. For example:<HTML> ……………………</HTML> Tags that have…