Describe static function with its usage?


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

Post New Answer

More C Interview Questions

4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.

0 Answers   TCS,


Compare interpreters and compilers.

0 Answers  


Explain what’s a signal? Explain what do I use signals for?

0 Answers  


write c program without semicolon

11 Answers   MindTech, TCS, Wipro,


where do we use volatile keyword?

1 Answers  


write a program to copy the string using switch case?

0 Answers   Mind Tree,


write a program without using main function?

2 Answers   TCS,


What are the 4 types of organizational structures?

0 Answers  


3. When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these

0 Answers   Accenture,


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

21 Answers   ME,


What are qualifiers in c?

0 Answers  


Write a program to find minimum between three no.s whithout using comparison operator.

4 Answers   IBM,


Categories