Time

  • C

C Program to Calculate Simple Interest and Amount using Macros

Problem Statement: Write macro definitions with arguments for calculation of Simple Interest and Amount. Store these macro definitions in a…

4 years ago
  • C

C Program To Calculate Amount In Compound Interest

When interest compounds q times per year at an annual rate of r % for n years, the principal p…

4 years ago
  • C

C Program to Calculate the Compound Interest

In this video tutorial lets learn how we can calculate Compound Interest by making use of simple arithmetic operations. #include…

5 years ago
  • xHtml

date time Input Type: HTML5

Today lets learn some very important input types of HTML5: datetime datetime-local date time week month datetime input type is…

11 years ago
  • PHP

Format Date and Insert Into Database Table: PHP

Convert string type variable data to formatted date type variable and insert it into database table.. Connecting the PHP Script…

12 years ago