Explain how can you avoid including a header more than once?
No Answer is Posted For this Question
Be the First to Post Answer
Write a c program to print the sizes and ranges of different data types in c?
#ifdef TRUE int I=0; #endif main() { int j=0; printf("%d %d\n",i,j); }
The differences between Windows XP and Windows Visa
write a programe to find the factorial of given number using recursion
Define macros.
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
Difference between macros and inline functions? Can a function be forced as inline?
0 Answers HAL, Honeywell, Zomato,
What are pointers?
0 Answers Accenture, Tavant Technologies, Zensar,
How will you declare an array of three function pointers where each function receives two ints and returns a float?
Write a C program to count the number of email on text
we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?
Write the program for displaying the ten most frequent words in a file such that your program should be efficient in all complexity measures.