What is volatile, register definition in C


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

Post New Answer

More C Interview Questions

can we implement multi-threads in c.

0 Answers  


How can I manipulate strings of multibyte characters?

0 Answers  


Is the exit() function same as the return statement? Explain.

0 Answers   Agilent, ZS Associates,


c program to print a name without using semicolon

9 Answers   TCS, Wipro,


int i=10; printf("%d %d %d", i, i=20, i);

0 Answers  






What is the difference between a function and a method in c?

0 Answers  


write a program to display the numbers having digit 9 in the given range from 1 to 100

1 Answers  


main() { intj; while9j<=10) { printf("\n%d",j); j=j+1; } }

4 Answers  


how to copy a string without using c function

5 Answers  


what is the diff b/w static and non static variables in C. Give some examples plz.

3 Answers   Wipro,


What is the difference between macros and inline functions?

5 Answers   Global Edge, L&T,


12345 1234 123 12 1

2 Answers  


Categories