answersLogoWhite

0

Can you write a ram controller program in c?

Updated: 8/20/2019
User Avatar

Wiki User

11y ago

Best Answer

Conceptually, you could indeed write a RAM controller in C. The purpose of C was to allow higher level constructs while still offering access to the underlying controller.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Can you write a ram controller program in c?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is it possible to program micro controller by using c?

yes


Write a c program for creating a virus?

a c program for creat a virus


Is there any software by which you can control motors?

There is no such software that can directly control. There is need of Mechanical parts to carry out the signals processed by software. Simply write a program in C,C++ for a PIC 8051 micro controller and attach it.


Where do we write main function in a c program?

Into the source program.


Write a c program to find Volume and surface area of cube?

Write a c program to compute the surface area and volume of a cube


How do you write a c program to analysis a circuit?

There is no need to write a C program for circuit analysis; there are lots of packages out there that already do that (for example, Spice).


How do you write a C program to check whether the number is odd or even Ps-using DEV complier?

To write a C program to determine if something is odd or even you need to be a programmer. To write a program in C is complicate and only done by programmers.


How do you write socket program in c?

For first find an example program.


How do you write a program in embedded c?

Use a text-editor program.


What is the program to write route cipher?

c#


Write a program in c for checksum?

yes


How do you write an Algorithm for a C plus plus Program?

You don't write an algorithm for a C++ program, unless you are documenting the C++ program after-the-fact. The normal procedure is to write the algorithm first, in a language independent fashion, and then translate that stated algorithm into C++ code, or into whatever language you wish.