Can a pointer be 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 meant by global static? why we have to use static variable instead of Global variable

4 Answers   L&T,


Write a program with dynamically allocation of variable.

0 Answers   Atos Origin,


how to find greatet of 10 numbers without using array?

4 Answers  


Does c have an equivalent to pascals with statement?

0 Answers  


how does printf function work

1 Answers  






Read two numbers from keyboard and find maximum of them?

1 Answers  


what are the various memory handling mechanisms in C ?

4 Answers   HP,


What is && in c programming?

0 Answers  


write a program to find the sum of the array elements in c language?

24 Answers   ICT, Infosys, Wipro,


#include<string.h> void main() { String s1[]={"swathi"}; string s2[]={"maddimsetti"}; s1[]=s[]; printf("%s",s1[]); }

3 Answers   IBM,


how to get the starting address of file stored in harddisk through 'C'program.

2 Answers   Siemens,


number of times a digit is present in a number

0 Answers  


Categories