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 purpose of the code, and is there any problem with it. bool f( uint n ) { return (n & (n-1)) == 0; }
how can you print&scan anything using just one character? :) HINT: printf,scanf similer
What is the general form of #line preprocessor?
What are the salient features of c languages?
prototype of sine function.
Explain the use of keyword 'register' with respect to variables.
Difference between strcpy() and memcpy() function?
write a program to display reverse of a number using for loop?
Why cant I open a file by its explicit path?
main() { int a=0; if(a=0) printf("Ramco Systems\n"); printf("India\n"); } output?
write a recursive program in'c'to find whether a given five digit number is a palindrome or not
What is the purpose of 'register' keyword?