Explain can static variables be declared in a header file?
No Answer is Posted For this Question
Be the First to Post Answer
Is it possible to execute code even after the program exits the main() function?
In which area global, external variables are stored?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
What is malloc and calloc?
What are reserved words with a programming language?
what is pointer
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
What is the difference between int main and void main?
How can I pad a string to a known length?
What is uint8 in c?
Explain what does it mean when a pointer is used in an if statement?
Explain what are the __date__ and __time__ preprocessor commands?