why do we use # in c-language?
Answer / raj
This is for including Header files in your 'C' program.
Header files means to include built-in files of your C
library.The #include directive tells the preprocessor to
treat the contents of a specified file as if those contents
had appeared in the source program at the point where the
directive appears. You can organize constant and macro
definitions into include files and then use #include
directives to add these definitions to any source file.
| Is This Answer Correct ? | 7 Yes | 0 No |
How to add two numbers with using function?
What is omp_num_threads?
what is pointer ?
10 Answers Kernex Micro Systems,
What is the difference function call by value & function call by reference?
What is a lookup table in c?
Why is c called a structured programming language?
Explain about the constants which help in debugging?
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it. i have done maximum par but i m findind problem in the commented area. please help...
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
What is dynamic memory allocation?
How macro execution is faster than function ?
simple program of graphics and their output display