What are the complete rules for header file searching?
No Answer is Posted For this Question
Be the First to Post Answer
Is it possible to have a function as a parameter in another function?
how to find the binary of a number?
how to determine the complexity of an algorithm as log(n)
What is the description for syntax errors?
pierrot's divisor program using c or c++ code
Is the following code legal? struct a { int x; struct a b; }
What are predefined functions in c?
int array[]={1,2,3,4,5,6,7,8}; #define SIZE (sizeof(array)/sizeof(int)) main() { if(-1<=SIZE) printf("1"); else printf("2"); }
how can we use static and extern?and where can we use this?
In C language what is a 'dangling pointer'?
Differentiate between #include<...> and #include '...'
How can I access memory located at a certain address?