is it possible to create your own header files?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between exit() and _exit()?
What is scanf () in c?
What are the advantages and disadvantages of a heap?
How to write the code of the program to swap two numbers with in one statement?
Write a program in C to reverse a number by recursive function?
what do you mean by defining a variable in our c code?
Differentiate between a structure and a union.
1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?
How do you determine the length of a string value that was stored in a variable?
How do I copy files?
What is difference between constant pointer and constant variable?
What is c variable?