C Programming Code Examples
C > Games and Graphics Code Examples
Program to Solve the Magic Squares Puzzle without using Recursion
C Code Reads a Number of Objects by Size -
Reads a number of objects by size and stores them in buf. C programming code returns the number of items actually read. Get open a file and read. If there is an error give a message.
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 Program Arrange Numbers in Ascending -
C Program to Arrange numbers in Ascending order. Code 'prompts user' for the n numbers, once the user is done entering those numbers and this c program sorts and displays them in
C Codes Implement Recalibrate Command -
Check whether the FDC is ready. Read status of main status register. Check whether FDC is ready. Input the command parameters. Enter command parameters. Check the status of...
C++ Compare Binary & Sequential Search -
A 'function implementing' Binary search on a 'Sorted array'. Every time this function called, counted as a iteration of 'binary search'. So if value is "Less than Value" at start index more
Code Print Binary Equivalent of an Integer -
Print "binary equivalent" of an integer. C code using recursion, finds the binary equivalent of a "Decimal Number". Decimal numbers are of base 10 while "Binary Numbers" are of base 2
File Encryption and Decryption C program -
Do not give the have the same sourcefile and destinationfile, encrypting or decrypting, bug will be worked out as I get more interested in file encryption. Decrypt the file with the same
C Code Check Palindrome Using Recursion -
In this article we have shared two C programs to check if the input number is palindrome or not. 1) using while loop 2) using recursion. If a number 'remains same', even if we reverse its