Skip to content

Commit 9497610

Browse files
update post links
1 parent b7b4787 commit 9497610

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

Introduction/README.MD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
* HELLO.C - Print Hello World
2-
* [Open in Turbo C++](http://www.developerinsider.in/assets/pages/runturbocpp.html?run=turbocpp:~developerinsider.in~https://github.com/developerinsider/C-Programming-Example/blob/master/Introduction/ADD.C?raw=true~ADD.C)
2+
* [Open in Turbo C++](http://www.developerinsider.in/assets/pages/runturbocpp.html?run=turbocpp:~developerinsider.in~https://github.com/developerinsider/C-Programming-Example/blob/master/Introduction/HELLO.C?raw=true~HELLO.C)
33
* [Post](http://www.developerinsider.in/2016/04/09/print-hello-world-c-language-programming-2/)
44
* INT.C - Print Integer
55
* [Open in Turbo C++](http://www.developerinsider.in/assets/pages/runturbocpp.html?run=turbocpp:~developerinsider.in~https://github.com/developerinsider/C-Programming-Example/blob/master/Introduction/INT.C?raw=true~PINT.C)

Loops/README.MD

+13-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
* ASCII.c - Print All ASCII Values
2+
* [Open in Turbo C++](http://www.developerinsider.in/assets/pages/runturbocpp.html?run=turbocpp:~developerinsider.in~https://github.com/developerinsider/C-Programming-Example/blob/master/Loops/ASCII.c?raw=true~ASCII.C)
3+
* [Post](http://www.developerinsider.in/2016/04/10/print-all-ascii-values-c-language-programming/)
24
* B2D.c - Convert the given binary number into decimal
5+
* [Open in Turbo C++](http://www.developerinsider.in/assets/pages/runturbocpp.html?run=turbocpp:~developerinsider.in~https://github.com/developerinsider/C-Programming-Example/blob/master/Loops/B2D.c?raw=true~B2D.C)
6+
* [Post](http://www.developerinsider.in/2016/04/10/convert-a-given-binary-number-into-decimal-number-c-language-programming/)
37
* BitOp.c - Convert number to binary using bitwise operators
8+
* [Open in Turbo C++](http://www.developerinsider.in/assets/pages/runturbocpp.html?run=turbocpp:~developerinsider.in~https://github.com/developerinsider/C-Programming-Example/blob/master/Loops/BitOp.c?raw=true~B2DUB.C)
9+
* [Post](http://www.developerinsider.in/2016/04/10/convert-a-given-binary-number-into-decimal-number-using-bitwise-operator-c-language-programming/)
410
* Dimnd.c - Print Diamond
5-
* Freq.c - Find a frequenct of character in string
11+
* [Open in Turbo C++](http://www.developerinsider.in/assets/pages/runturbocpp.html?run=turbocpp:~developerinsider.in~https://github.com/developerinsider/C-Programming-Example/blob/master/Loops/Dimnd.c?raw=true~DIMND.C)
12+
* [Post](http://www.developerinsider.in/2016/04/10/print-diamond-shape-c-language-programming/)
613
* LYIR.C - Check leap year in a range.
7-
* SinX.C - Find the value of sin(x) using the series up to the given accuracy
14+
* [Open in Turbo C++](http://www.developerinsider.in/assets/pages/runturbocpp.html?run=turbocpp:~developerinsider.in~https://github.com/developerinsider/C-Programming-Example/blob/master/Loops/LYIR.C?raw=true~LYINR.C)
15+
* [Post](http://www.developerinsider.in/2016/04/10/check-leap-year-in-a-range-give-by-user-c-language-programming/)
16+
* SinX.C - Find the value of sin(x) using the series up to the given accuracy
17+
* [Open in Turbo C++](http://www.developerinsider.in/assets/pages/runturbocpp.html?run=turbocpp:~developerinsider.in~https://github.com/developerinsider/C-Programming-Example/blob/master/Loops/SinX.c?raw=true~SinX.C)
18+
* [Post](http://www.developerinsider.in/2016/04/10/find-the-value-of-sin-x-using-the-series-up-to-the-given-accuracy-without-using-library-function-c-language-programming/)

Loops/Freq.c String/Freq.c

File renamed without changes.

String/README.MD

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@
22
* InSub.C - Insert substring into a string
33
* OuSub.c - Substring from a position to length
44
* OubOO.C - check if a string is a subsequence of another string
5-
* VOWEL.c - Delete vowels from a string
5+
* VOWEL.c - Delete vowels from a string
6+
* Freq.c - Find a frequenct of character in string
7+
* [Open in Turbo C++]()
8+
* [Post]()

0 commit comments

Comments
 (0)