What is a static function in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the relationship between pointers and data structure?
What is c++ used for today?
What is the difference between CV and Resume ?
What are the different types of errors?
a linear linked list such that the link field of its last node points to the first node instead of containing NULL a) linked list b) circular linked list c) sequential linked list d) none
what are the static variables
8 Answers HCL, iFlex, TCS, Wipro,
What are global variables and explain how do you declare them?
What is the sizeof () a pointer?
What is a void pointer? When is a void pointer used?
How can I recover the file name given an open stream?
Program to find largest of three numbers without using comparsion operator?
int x=5; printf("%d%d%d",x,x<<2,x>>2);