Why static is used in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What do mean by network ?

0 Answers  


What is structure and union in c?

0 Answers  


What does char * * argv mean in c?

0 Answers  


Where in memory are my variables stored?

0 Answers  


Write a code to generate a series where the next element is the sum of last k terms.

0 Answers   Aspiring Minds,






difference between string and array?

6 Answers  


In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.

0 Answers  


wat are the two methods for swapping two numbers without using temp variable??

2 Answers  


How can I generate floating-point random numbers?

0 Answers  


Is there any book to know about Basics of C Language?

4 Answers  


void main() {int i=2; printf("%d%d%d",i,++i,i++); getch(); }

9 Answers  


What is the difference between array and structure in c?

0 Answers  


Categories