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

Are the expressions * ptr ++ and ++ * ptr same?

0 Answers  


What is 'bus error'?

0 Answers  


ratio,age,persentage

0 Answers  


how to use enum datatype?Please explain me?

3 Answers   Excel,


whats the use of header file in c?

2 Answers  


How do I declare a pointer to an array?

6 Answers   IBM,


How is = symbol different from == symbol in c programming?

0 Answers  


What is a function in c?

2 Answers  


what is difference between #include<stdio.h> and #include"stdio.h"

4 Answers  


how to execute with out main in cprogram

15 Answers   Infosys,


#include <stdio.h> #define sqr(x) (x*x) int main() { int x=2; printf("value of x=%d",sqr(x+1)); } What is the value of x?

16 Answers   Accel Frontline, Opera, Oracle,


Explain can the sizeof operator be used to tell the size of an array passed to a function?

0 Answers  


Categories