#What is the difference between c language and vb language?
The difference between vb and C language is as follows:
1. VB and C language are both languages in program development. C language does not support visual programming, but VB supports visual programming.
2. Both VB and C languages can fulfill any kind of development needs; for interface production, C language will become very cumbersome, while VB is relatively simple and fast; the grammar requirements of VB language are not strict and do not need to be declared first. Variables in C language must be declared first and then used.
#3. VB is an event-driven program structure. A C language program must start with a main function.
4. C language supports pointers, but VB does not. It is relatively difficult to get started with C language, while VB is very easy to get started, but subsequent in-depth learning of C language will become relatively easy.
5. C language is more efficient and has better support in the embedded Linux environment. Its language is mainly used to describe functions, while VB is closer to scripts and is object-oriented at the same time. language.
Recommended tutorial: "C Language"
The above is the detailed content of What is the difference between c language and vb language?. For more information, please follow other related articles on the PHP Chinese website!