Can a file other than a .h file be included with #include?
No Answer is Posted For this Question
Be the First to Post Answer
What is the general form of function in c?
What is this infamous null pointer, anyway?
progrem to generate the following series 1 12 123 1234 12345
what is the purpose of the code, and is there any problem with it. unsigned int v[10]; unsigned int i = 0; while (i < 10) v[i] = i++;
Why is c so powerful?
What does do in c?
What will be the output of following program #include main() { int x,y = 10; x = y * NULL; printf("%d",x); }
How can I write a function that takes a format string and a variable number of arguments?
write a c program to calculate the income tax of the employees in an organization where the conditions are given as. (I.T. = 0 if income <100000 I.T = 10% if income _< 200000 it = 20% if income >_ 200000)
7 Answers Consultancy, DBU, FD, JK Associates, Kobe, Satyam,
What are runtime error?
write an algorithm to display a square matrix.
What is #define in c?