What Are Some Applications For C?
I want some applications of arrays which are just straight fwrd.
2 Answers - Sort by: Date | Rating
Here are applications of C language. This page tells about arrays in simpler and straightforward way >>> www.cplusplus.com
0
0
Guest
answered 2 years ago
Today pure "C" is use mostly in embedded applications. It has been largely replaced in application programming by C++. Ashamed really because the overhead associated with C++ can be great. In "C" one of my favorite uses of arrays is a table of constants with associated function pointers. A lookup routine indexes through comparing the constants to a variable and when a match is found executes the associated routine. In other languages such as APL an array or matrix can play a much bigger part in the execution of application code.
0
0
- How To Make A Simple Programming?
- What Does |= And &= Means In C++?
- What Is Input From Technology Means?
- Write A Program In C/C++ To Implement Cohen-Sutherland Line Clipping Algorithm. In This Implementation, Consider Two Cases Of A Line: Totally Visible, Totally Invisible, Against The Rectangular Clipping Window?
- Can Somebody Tell Me Why This Code Will Not Compile: #include "Stdafx.h" //added This Include #include //added Stream To Io Using Namespace Std; Int Main() { //declare Variables Int Choice=0; Std::cout?
- Sample Program Which Requires 2 Numbers, Input 1 And Input Which Will Be The Start Of A Fibonacci Series?
- Sample Program Which Requires 2 Input For Fibonacci Series?
- Write A Program That Receives An Integer As Input And Outputs The Product Of Its Digits. E.g. 1234 = 24, 705 = 0, 478 = 224 Using C++?
- What Is Input Stream?
- How Do I Input Answers?
- How Do I Write A Program To Compute The Standard Deviation Of 5 Input Values. Create A Constant For The Number Of Values (5). Ask The User For The Numbers. Next, Compute The Mean (sum Divided By 5)?
- How We Can Sort Link List In C++?
- What Are Link Lists In C++?
- Where Can I Download C++ Programmes File?
- How To Figure Out The 2 Operations That Result In The Given Numbers On An Input/output Machine?
- What Do U Mean By Abstraction And Encapsulation?
- How To Write Factorial Problem Using C++?
- Explain The Fundamental Data Types In C Programming?
- How Is A Class Different From A Structure And Union?
- Technology Used For Input In Pda Or Palmtop?
- I Am A Student Of Bs CS. It Is My Importantt Question Please Give Me Best Answer. My Question Is That "Why We Call C Language A C Language"?
- What Dose Input Mean?
- What Is Method Overloading?
- C++ Program Source Code To Check Whether A Number Is A Special Number Or Not?
- How To Input Cd Deck?

New Comment - Comments are editable for 5 min.