answersLogoWhite

0

Still curious? Ask our experts.

Chat with our AI personalities

FranFran
I've made my fair share of mistakes, and if I can help you avoid a few, I'd sure like to try.
Chat with Fran
EzraEzra
Faith is not about having all the answers, but learning to ask the right questions.
Chat with Ezra
JordanJordan
Looking for a career mentor? I've seen my fair share of shake-ups.
Chat with Jordan

Add your answer:

Earn +20 pts
Q: VB 6.0 version Source code for banking system?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

How do you remove the f-source button from an f-source drop-down menu Is there a code to be removed for this?

You need to purchase the full version of the f-source product in order to get rid of the f-source button. The trial version does not allow the f-source button to be removed.


Is binary code the source code?

No. In short, binary code is the code your computer executes, it can be in many forms, ranging from bytecode, which must be interpreted, but is pre-compiled to machine code, which is directly run by the system, and is generally specific to a particular system. Source code is the code of the program, as written by the programmer. It is written in a language that can be translated into instructions understood by computers. Most of the times, binary code is not easily human readable whereas source code is.


What is the Concurrent Versions System?

The Concurrent Versions System (CVS for short) is an application that tracks changes to the source code of a program.


Banking operations in c programm?

here is c code for banking system.... #include <stdio.h> #include <stdlib.h> #include <conio.h> #include <dos.h> #include<string.h> #include <graphics.h> #define LEN 100 /*====================================================================*/


What is the Human readable version of a program called?

Source code. Source code can be written in a high-level like C++, or in a low-level language like assembly. Machine code can also be considered source code if that's what was originally used to write the code, but it is not considered human-readable. In order to read machine code in a human-readable form it must be disassembled, but you cannot reproduce the original source code.