Types of programming languages
Programming languages A programming language is a means of communication for the user to communicate with the computer system. The
Read moreProgramming languages A programming language is a means of communication for the user to communicate with the computer system. The
Read moreProgram to print half pyramid using * #include<stdio.h> int main() { int i, j, rows; printf(“Enter number of rows:
Read moreProgram to Print English Alphabets #include <stdio.h> int main() { char c; for (c = ‘A’; c <= ‘Z’; ++c)
Read moreMultiplication Table Up to 10 #include <stdio.h> int main() { int n, i; printf(“Enter an integer: “); scanf(“%d”, &n); for
Read moreUsing if Statement #include <stdio.h> int main() { double n1, n2, n3; printf(“Enter three different numbers: “); scanf(“%lf %lf %lf”,
Read moreProgram to Check Leap Year #include <stdio.h> int main() { int year; printf(“Enter a year: “);
Read moreBluefish is a free and open source software that text editor with a variety of tools for programming and development
Read moreMatrix multiplication program in C Matrix multiplication in C language to calculate the product of two matrices (two-dimensional arrays). A
Read moreThe string is a run-length encoding of the map of India. Alternating characters in the string stores how many times
Read moreInstalling GCC on CentOS 7, is really an easy task and it shouldn’t take more than 10 minutes. 1. Update
Read more