Skip to content
Linkedin-in
Twitter
Facebook-f
Instagram
Code With X
Home
About
Blog
C Programming
Introduction to programming
Web Developing
Contact

Category: C Programming

By Bhanuka UyanageIn C ProgrammingPosted September 13, 2020

How to write a C program to compress a String?

Today we are going to write a c program to compress a string and reduce the size of a string. Let us look at the sample input and output. Sample Input : aaccccabbbccaaaaa xxxxyyyxxxyyyyyyyyyya Sample Output : a2c4ab3c2a5 x4y3x3y10a

More0
By Bhanuka UyanageIn C ProgrammingPosted August 20, 2020

Things you must know before writing the first C program

There are specific steps you need to follow to solve a problem, in other words, write a C program.

More0
By Bhanuka UyanageIn C ProgrammingPosted August 18, 2020

Why should we learn C Programming?

There are a lot of high-level programming languages such as C, Perl, PHP, Java, etc. All of these languages are used to do different tasks. But among them, C is important.

More0
newsletter
[email-subscribers-form id="1"]

Subscribe and get in touch with Code With X

Blog     Terms of Use     Privacy Policy

Twitter
Facebook
Youtube
Instagram
Linkedin
Github
Envelope

© CODE WITH X 2024. All rights reserved.