HTML & CSS Web Design
Html Css > Code Examples
Anchor font-size
C Programs Finds Area of Scalene Triangle -
'Scalene Triangle' does not have sides having Equal Length & No angles of Scalene Triangle are equal. To calculate Area, we need at least two sides and the angle included by them. So
Sort Rows of the Matrix Ascending Order -
Program code sorts the rows of the matrix in ascending & columns in descending order. This program accepts matrix. Then sorts the row in an ascending order & the columns in
C++ Coding Generating Random Numbers -
Following C++ program generate 100 random numbers using rand() function of stdlib.h. To generate random numbers in C++, we use the function rand() to generate and print random
C++ Tictactoe Game Artificial Intelligence -
Tictactoe playing artificial intelligence. None has defeated this computer ' A.I. ' . The game is very flexible. Either the user or the 'A.I.' can start the game. User is free to select his own
Code Convert a Decimal Number to Binary -
C Converts a decimal number into binary and count the number of 1s. The c program uses module operation and multiplication with base 2 operation for conversion. It also uses
Code Converts Binary Number to Decimal -
C language code to convert binary to decimal number system. The Binary number system is base 2 number system & uses only 2 symbols to represent all its numbers i.e. 0 and 1. Input
C program to Calculate 1+2+3+4+5+...+N -
In The C, you can print any number series and I will show you how to 'print number series' in C Language with explanation. In case of print number series you need to focus on common
C++ Sample Code Implement Bubble Sort -
Bubble sort algorithm sort data by comparing 2 consecutive numbers. The time Complexity of this algorithm is O(n^2). And compare two consecutive number. Switch values if number