Why do we use static in c?
No Answer is Posted For this Question
Be the First to Post Answer
void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 Answers C DAC, CDAC, Infosys, Wipro,
how can u print a message without using any library function in c
What is array of structure in c?
Tell us two differences between new () and malloc ()?
Why c is called a mid level programming language?
What are the characteristics of arrays in c?
Why can’t we compare structures?
Why is python slower than c?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
Explain in detail how strset (string handling function works )pls explain it with an example.
What is the description for syntax errors?
Write a program to reverse a given number in c language?