What is const volatile variable in c?


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

Post New Answer

More C Interview Questions

Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant

0 Answers  


what is the difference between : func (int list[], ...) or func (int *list , ....) - what is the difference if list is an array and if also if list is a pointer

2 Answers  


how many errors in c explain deply

0 Answers  


Why is c called a structured programming language?

0 Answers  


palindrome for strings and numbers----Can anybody do the prog?

6 Answers   CTS, TCS, Vipro Lifescience Pvt,


Explain what is the difference between the expression '++a' and 'a++'?

0 Answers  


how to print this pyramid * * * * * * * * * * * * *

2 Answers  


What does the message "automatic aggregate intialization is an ansi feature" mean?

0 Answers  


du u know test pattern for robosoft? Plz share

1 Answers   RoboSoft, TATA, Wipro,


Explain what is meant by high-order and low-order bytes?

0 Answers  


How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?

2 Answers   CMC, Wipro,


how to execute a program using if else condition and the output should enter number and the number is odd only...

0 Answers  


Categories