answersLogoWhite

0

Yes, but if you intend to do any useful work and call any library functions, you will need to know their prototypes in order to call them. That's one of the values of the headerfile.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Write c program to print palindrome using string without using strrev strlen strcam?

sdfdg


Write a Program to convert decimal number into hexadecimal no without using function and string?

This is not a question.


Is it possible to write a C program without using preprocesser directives?

Technically yes, practically no.


Can you write a program without using any semicolon inside the main function?

not possible dude


How do you write a program in C plus plus plus plus How do you write a program in C to swap two variables without using the third oneo swap two variables without using the third one?

To swap two variables without using a third variable, use exclusive or manipulation... a ^= b; b ^= a; a ^= b;


How do you write a program in C to swap two variables without using the third one using XOR?

a=a^b; b=a^b; a=a^b;


Can you write a program without main in c?

Certainly, you can write a program without main, but you cannot build an executable from it, if that is okay with you.


Write a sample program using ASPNET explaining all the syntax and semantics of the program?

write a sample program using asp.net explaining all the syntax and semantics of the program


You want to write a simple without using pointer or array c program which will print greatest number when you give 20 number?

i want to write a simple without using pointer or array c program which will print greatest number when i give 20 number .........How far have you gotten so far?


How do you write Square program using vb?

write a vb program to find the magic square


Can you write hello world without operating system?

Yes, you can write a "hello world" program without an operating system using bare metal programming. This involves directly interfacing with the hardware of a computer system without an intermediary operating system. The program can be written to access and output text to a display device without the need for an OS.


Write a program in C language to multiply any two numbers without using in source code?

The question is malformed and incomprehensible.