Write a C program to calculate the distance between two cities

Problem Statement: The distance between two cities (in km.) is input through the keyboard. Write a C program to convert

Read more

Asterisk dialplan function GotoIf : Asterisk command gotoif

The GotoIf( ) Application GotoIf( ) uses a special syntax, often called the conditional syntax: GotoIf(expression?destination1:destination2) If the expression evaluates

Read more

write a C program to calculate the sum of its digits

Problem Statement: If a five-digit number is input through the keyboard, write a program to calculate the sum of its

Read more

Write basic C program to calculate gross salary

Write a C Program for the following :- Ramesh’s basic salary is input through the keyboard. His dearness allowance is

Read more

NoSQL: What is NoSQL-An introduction

A NoSQL (often interpreted as Not Only SQL) database provides a mechanism for storage and retrieval of data that is

Read more