Can a variable be both static and volatile in c?


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

Post New Answer

More C Interview Questions

What is array of structure in c programming?

0 Answers  


What is the right type to use for boolean values in c? Is there a standard type?

0 Answers  


Difference between strcpy() and memcpy() function?

0 Answers  


show how link list can be used to repersent the following polynomial i) 5x+2

0 Answers   CBSE,


What is boolean in c?

0 Answers  






x=y=z=1 z=++x||++y&&++z Printf("%%%d";xyz) what is the values of x,y and z?????

3 Answers  


How do we declare variables in c?

0 Answers  


#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }

1 Answers  


What are the 4 types of functions?

0 Answers  


what is the function of .h in #include<stdio.h> in c ?

23 Answers   HCL, IBM, Wipro,


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

21 Answers   ME,


Is c procedural or object oriented?

0 Answers  


Categories