What is a static function in c?


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

Post New Answer

More C Interview Questions

Write a C program that defines a 2-dimentional integer array called A [50][50]. Then the elements of this array should randomly be initialized either to 1 or 0. The program should then print out all the elements in the diagonal (i.e. a[0][0], a[1][1],a[2][2], a[3][3], ……..a[49][49]). Finally, print out how many zeros and ones in the diagonal.

3 Answers   Infosys,


Where is c used?

0 Answers  


What does struct node * mean?

0 Answers  


Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.

0 Answers  


Where static variables are stored in memory in c?

0 Answers  






HOW DO YOU HANDLE EXCEPTIONS IN C?

2 Answers   AppLabs,


pgm to find middle element of linklist(in efficent manner)

4 Answers   Huawei,


1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?

1 Answers  


matrix multiplication fails introspect the causes for its failure and write down the possible reasons for its failurein c language.

5 Answers   TCS,


What are all different types of pointers in c?

0 Answers  


What are the different types of endless loops?

0 Answers  


What is that continue statement??

4 Answers  


Categories