Where static variables are stored in c?
No Answer is Posted For this Question
Be the First to Post Answer
can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?
What is the purpose of void pointer?
What is the purpose of scanf() and printf() functions?
What is the difference between #include <header file> and #include “header file”?
struct node {struct node*temp,*new} prinf("%d",sizeof(struct node));
Explain what does the format %10.2 mean when included in a printf statement?
Explain how are portions of a program disabled in demo versions?
What is structure packing ?
Write a program to generate prime factors of a given integer?
What is structure in c definition?
Which is more efficient, a switch statement or an if else chain?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1