answersLogoWhite

0

What is base of any C program?

Updated: 12/22/2022
User Avatar

Wiki User

10y ago

Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is base of any C program?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is the base address of an array in c program?

the address of variable (pointer) that contains array


How is a C program rum?

C-source program doesn't rum, you have to compile and link it. The executable rums like any other binary program.


Is it true that a c plus plus program is similar to a c program except for the details of coding?

No. A C++ program is not even remotely similar to a C program. While it is true that with little to no modification any valid C program can become a valid C++ program, the resultant code would still be C or at least the C-style equivalent that is supported by C++. However, the same cannot be said in the other direction. Converting C++ code to C can obviously be done (code in any language can be converted to any other language), but it is far from trivial. Indeed, the only way it could be achieved effectively and efficiently is with a C++ to C compiler, in much the same way as the original C++ compiler worked. However it's difficult to imagine any scenario where this would be a requirement.


Is there any c program that could read c program too?

I don't really understand your question, but maybe it is the compiler what you mean.


How do you write a program to find the area of a triangle?

The area of a triangle is one half base times height, so you would write a program to input the base and height, giving the option to stop, calculating and printing the area, and then looping to repeat as desired.

Related questions

What is the base address of an array in c program?

the address of variable (pointer) that contains array


How is a C program rum?

C-source program doesn't rum, you have to compile and link it. The executable rums like any other binary program.


Is it true that a c plus plus program is similar to a c program except for the details of coding?

No. A C++ program is not even remotely similar to a C program. While it is true that with little to no modification any valid C program can become a valid C++ program, the resultant code would still be C or at least the C-style equivalent that is supported by C++. However, the same cannot be said in the other direction. Converting C++ code to C can obviously be done (code in any language can be converted to any other language), but it is far from trivial. Indeed, the only way it could be achieved effectively and efficiently is with a C++ to C compiler, in much the same way as the original C++ compiler worked. However it's difficult to imagine any scenario where this would be a requirement.


Is there any c program that could read c program too?

I don't really understand your question, but maybe it is the compiler what you mean.


Write a program in C without any functions?

It is not possible. In C, any program must have at least one function to be able to compile and execute properly: the function main()


How do you write a program to find the area of a triangle?

The area of a triangle is one half base times height, so you would write a program to input the base and height, giving the option to stop, calculating and printing the area, and then looping to repeat as desired.


Is there any benefit to a C plus plus program of round robin?

No.


Can you write a program in DBMS like C?

DBMS means Data Base Management System, it is not a programming language.


Where is the jedi knight 2 base directery?

By default, your base folder is in the following directory: C:\Program Files\LucasArts\Star Wars JK II Jedi Outcast\GameData\base


Write a program in FORTRAN C language to compute control ratios used in budgeting with reference to any organization?

if u give control ratios used in budgeting i can write program in C/C++


How do you link a C plus plus program to C functions?

It should work without any special action.


Write a programme for substraction of two numbers in c language?

substracion of any two number program in c