what is different between auto and local static? why should we use local static?
No Answer is Posted For this Question
Be the First to Post Answer
a=0; while(a<5) printf("%d\n",a++); how many times does the loop occurs? a.infinite b.5 c.4 d.6
Difference between Class and Struct.
13 Answers Ericsson, Motorola, Wipro,
Describe wild pointers in c?
What are the different types of data structures in c?
Explain what does it mean when a pointer is used in an if statement?
p*=(++q)++*--p when p=q=1 while(q<=6)
How can I delete a file?
wat are the two methods for swapping two numbers without using temp variable??
How do you define a string?
Explain how do you list files in a directory?
Can an array be an Ivalue?
Explain c preprocessor?