Program to add digits of a number in C
#include <stdio.h> int main() { int n, sum = 0, remainder; printf(“Enter an integern”); scanf(“%d”,&n); while(n != 0) { remainder = n % 10; sum = sum + remainder; n … Read More
#include <stdio.h> int main() { int n, sum = 0, remainder; printf(“Enter an integern”); scanf(“%d”,&n); while(n != 0) { remainder = n % 10; sum = sum + remainder; n … Read More
#include <stdio.h> int main() { int i,j,rows; printf(“Enter the number of rows: “); scanf(“%d”,&rows); for(i=rows;i>=1;–i) { for(j=1;j<=i;++j) { printf(“* “); } printf(“n”); } return 0; } Output * * * … Read More
#include <stdio.h> int main() { int i,j,rows; printf(“Enter the number of rows: “); scanf(“%d”,&rows); for(i=1;i<=rows;++i) { for(j=1;j<=i;++j) { printf(“* “); } printf(“n”); } return 0; } Output * * * … Read More
Two Methods Launch VLC from the program’s shortcut on your desktop. Click on the program’s “Tools” heading, and then click on the “Preferences” option in the “Tools” menu Click … Read More
If you tweet regularly, then you may want to have a backup of all your tweets. You don’t have to depend on external tools for this, … Read More
Latest Airtel Data-3G Packs in Delhi Vouchers(Rs.) Benefit Valid for 102 300 MB Data Free 30 Days 249 1 GB Data … Read More
Latest Airtel Data-2G packs in Delhi Vouchers(Rs.) Benefit Valid for 25 150MB Data Free 7 Days 98 650 MB Data Free … Read More
Enter GIV Mobile: a virtual operator that donates to your favorite charities We are experiencing a renaissance of mobile virtual network operators is plain to see. After the death of … Read More
As the name suggests the term ‘PageRank’, Google uses to determine the importance of a webpage that shows rank. However, if you have the word “page” is actually derived from … Read More