What is #include in c?
Answer / dhanshri chabukswar
#include means "bring in this file's code before compiling"....
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain what?s happening in the first constructor: public class c{ public c(string a) : this() {;}; public c() {;} } How is this construct useful?
Why void is used in c?
how to find binary of number?
Write a program to find whether the given number is prime or not?
write a program to delete an item from a particular location of an linear array?
Are there namespaces in c?
write a program to swap two variables a=5 , b= 10 without using third variable
c program to compute AREA under integral
Do you know what is a programing language ?
How do you use a pointer to a function?
What is the difference between malloc() and realloc()?
what is the flow of execution in cprogram? ex:printf();,scanf();