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

Write a program to check prime number in c programming?

0 Answers  


how can be easily placed in TCS.

0 Answers   TCS,


What are the properties of union in c?

0 Answers  


Which is the memory area not included in C program? give the reason

0 Answers   IBM, TCS,


 write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare.  You will then tabulate this information in another file.

0 Answers  


Can a variable be both const and volatile?

0 Answers  


Write a program to know whether the input number is an armstrong number.

0 Answers   Wipro,


What is data structure in c language?

0 Answers  


A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor

0 Answers  


write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?

0 Answers   Wipro,


what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }

1 Answers  


how to find the binary of a number?

10 Answers   Infosys,


Categories