Icon C Programming Language

C Programming Language

  • Reference
View in App Store

C Programming Language

  • Reference
2.6
5 ratings
Age Rating

17+

In-App Purchases

$0.99 – $2.99

View in App Store

Price Intelligence:

Average for the Reference category The most popular in-app price for the app

Grow your in-app revenue

while we take care of your subscription management.
Mobile SDK by Qonversion.

Price Intelligence based on:

213,534
apps aggregated
8,172,290
in-app prices defined
89
main categories

In-App Purchase Price (Subscription or Non-Recurring)

vs. average for the Reference category, $, by region

Build, analyze, and grow in-app subscriptions

with the most powerful mobile SDK for subscriptions

User Reviews for C Programming Language

1
Make your compilations free.

...

626083832703268636963773470, Jun 28, 2019
1
Complete waste of $2.

This program was a complete waste of $2. Unfortunately, 1 star is the lowest rating I can give here.I wasn't expecting it, so I wasn't counting, but after a limited number of compiles per day, maybe a dozen or so, a message pops up that says you've reached your daily limit. That's absurd. The very essence of good programming is iterative testing. If you're looking for a real C programming tool, look elsewhere. If there was a way, I'd demand my money back; I find it repulsive to provide fiscal support for such a ripoff.

Barndarter, Sep 04, 2012
1
Sketchy

This could be a useful tool, aside from lots of issues. However, the thing that bothers me the most is that it looks like the creator of the app has stacked the reviews section with fake five star reviews in an attempt to make it more attractive to newcomers. Why don't you just make your app better? All of the five star reviews are written with the same style of poor English (hence why I think it's one person writing all of them) and they all have basically the same subject line. Plus, there are no four star reviews. Makes you wonder why there's no gradient. This makes me really uncomfortable to the point where I definitely don't want to give them money. If you want to make money, do it honestly. Putting fake reviews is cheating and just looks sleazy.

Benssoon, Oct 13, 2013
1
Won’t take past 1 digit decimal

I used this app previously a loved it. I even bought the unlimited compilations. Now it won’t allow a number with more than one decimal place. If I had know this previously I wouldn’t have bought unlimited compilations. Now I had to buy another app to do programming ... hope I don’t run into the same thing

Enganeer101, Aug 06, 2019
5
Pleasantly surprised

Considering that it costs $2.99, this compiler works rather well. I can work on my small programs anywhere, and as long as I have an Internet connection, I can compile and build. Nice C documentation so I can quickly look up a standard library call. There are definitely a few improvements that can easily be made. For example, you'll need to write "int i; for(i=0; ..." instead of "for(int i; ...". And it's not easy to cut and paste. But overall it's a steal. I wouldn't mind paying more for some enhancements.

Houssam2, Oct 24, 2013
5
Like.)

Actually, I am not very good at these things but my boyfriend is a programmer. He is deliriously happy to use this app for his purpose)) And I am glad that I downloaded it for him.) He said that this app is awesome) And I believe him because he is a professional.

Jane Warren, Sep 26, 2013
1
Ridiculous.

I can't believe I wasted my money on this. Nevermind the limited compilations (I have issues with the app even before we get to THAT) but the fact is that when I make a new file I am expecting to be able to create header files, NOT have the app append a ".c" on the end. I need the developer to get on that. That is the essence of C and if your program can't handle basic paradigms like that it isn't worth existing. User input is paramount too. scanf shouldn't be skipped over, and MAYBE there should be a command line interface too!

Jeremy Morgan, Jan 20, 2013
2
Needs work

Overall the app functions but needs some serious work. There needs to be some syntax highlighting and indenting. Also there should be some user interaction. The scanf() function should not be skipped. Even though there is a input page, the scanf() function is skipped completely. There should be a dropbox function that allows you to easily transfer files and you should be able to transfer files while connected to you computer to allow for complete testing.This app needs work, and as a paid app, I expected it to work better.

LadyLord80, Mar 13, 2013
5
Very useful program

I've been using this program with "C Programming" by Mike McGrath. I've entered all exercises from the book and they run perfectly (even scanf--though you must input your responses ahead of time in the input area located at the bottom of the screen).I have also used other coding apps by Kovba and they all work the same, so I can concentrate on the language and not on how the app works.

RandyFree, Apr 19, 2014
1
I'm a little disappointed to be honest

First off this app can't read any input that is the command scanf() doesn't work, which means that for me it is useless. Also it doesn't let you do anything until you buy 100 compilations or unlimited, and trust me it is not worth the money you spend on it when you do. If they come up with an update that does I will gladly change my review but until then this is my honest opinion. Not worth it.

The ultimate awesome pilferer, Sep 01, 2015

Description

The classic C programming language for iPad, iPhone and iPod touch. Programming language is a perfect tool for studying, complex mathematical calculation, entertainment and many other useful tasks. The application is especially useful for learning the C programming language.

You have to buy compilations inside the application. Internet connection is required. - The great programming tool on the AppStore. - Your programming language for iOS is amazing! * FEATURES * - Compile and run your program. - Text input before program run and text output. - Enhanced source code editor with syntax highlighting, line numbers, color themes and additional keyboard. - Online language reference and several program samples. * LIMITATIONS * - Internet connection is required to compile and run a program. - Graphics, network, file system and real-time input are not supported. - Maximum running time of a program is 15 seconds. Look for the "C++ Programming Language" on the AppStore too. Thanks for using the application! ==================================== C (pronounced like the letter C) is a general-purpose computer programming language developed between 1969 and 1973 by Dennis Ritchie at the Bell Telephone Laboratories for use with the Unix operating system. Although C was designed for implementing system software, it is also widely used for developing portable application software. C is one of the most widely used programming languages of all time and there are very few computer architectures for which a C compiler does not exist. C has greatly influenced many other popular programming languages, most notably C++, which began as an extension to C. C is an imperative (procedural) systems implementation language. It was designed to be compiled using a relatively straightforward compiler, to provide low-level access to memory, to provide language constructs that map efficiently to machine instructions, and to require minimal run-time support. C was therefore useful for many applications that had formerly been coded in assembly language. Despite its low-level capabilities, the language was designed to encourage cross-platform programming. A standards-compliant and portably written C program can be compiled for a very wide variety of computer platforms and operating systems with few changes to its source code. The language has become available on a very wide range of platforms, from embedded microcontrollers to supercomputers. The initial development of C occurred at Bell Labs between 1969 and 1973; according to Ritchie, the most creative period occurred in 1972. It was named "C" because its features were derived from an earlier language called "B", which according to Ken Thompson was a stripped-down version of the BCPL programming language. The origin of C is closely tied to the development of the Unix operating system, originally implemented in assembly language on a PDP-7 by Ritchie and Thompson, incorporating several ideas from colleagues. Eventually they decided to port the operating system to a PDP-11. The original PDP-11 version of the Unix system was developed in assembly language. By 1973, with the addition of struct types, the C language had become powerful enough that most of the Unix kernel was rewritten in C. This was one of the first operating system kernels implemented in a language other than assembly. In 1978, Brian Kernighan and Dennis Ritchie published the first edition of The C Programming Language. This book, known to C programmers as "K&R", served for many years as an informal specification of the language. The version of C that it describes is commonly referred to as K&R C. The second edition of the book covers the later ANSI C standard.

Show More

POWER SUBSCRIPTION REVENUE GROWTH

img