answersLogoWhite

0

C programs do not require header files. If you want a C program without header files, you can simply not create them. However, you may or may not be able to include your non-header file source files.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

How you can create a program in c without using header files?

It is not that hard, here is an example: int main (void) { return 0; }


Any program in c plus plus without using any header file?

For example: int main (void) { return 0; }


Is header file the library file?

No. Header files are those which contains declaration part of function & library files are those which contains definition part of function. These are those functions which we called in our program by using header files.


How do you create a program that can input 100 names using flowchart?

create a program that can input 100 names


Can you initialize an object without constructor in java?

No. if you wish to create an object that you plan on using in a java program then the answer is NO. You cannot initialize an object of a Java class without calling the constructor.


Is it possible to make a program using for and not with while?

The following cases are all possible:- program without any for and while- program without for- program without while- program with both for and while


Why do you have to create program?

Because I think is possible to predict the lottery using a computer program


Can you replace getch of C programming in Linux without using iostream header?

There is a 'getch' in 'conio.h' which has nothing to do with 'iostream'.


A program in c plus plus will run without an extension name CPP?

Yes. cpp is merely a convention to differentiate C++ source code from C source code, just as hpp is used to differentiate C++ header files from C header files (*.h). But they are just conventions, not rules: you can use any extension you like for both header and source files. For example, there's nothing to prevent you using the cpp extension for a header file. However, using the conventions makes it much easier to organise and recognise your files.


What is a header file and library function?

header files are predefined in c, they include the all necessary function to u to do your work easy instead of writing a function for printing a message or to read a input form key board we are using the library functions which are in the header files. there are different types of header files depending upon the requirement we use them.


How can a program be written without using a USING instruction?

By using explicit scope resolution.


Can you create dozens of different VMs by using a virtualization program?

yes