Can a variable be both constant and volatile?


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

Post New Answer

More C Interview Questions

What standard functions are available to manipulate strings?

0 Answers  


what will be the output off the following program? #include<stdio.h> int main() { int a; a=015+0*71+5; printf("%d,a"); return0; }

9 Answers   HCL,


How is pointer initialized in c?

0 Answers  


What will happen when freeing memory twice

2 Answers  


main() { char ch='356'; Printf("%d",ch); } *OUTPUT*:- -18 *Why?*

1 Answers  


If "AaBbCc" is passed to the char char x(*a) { a[0]?x(a+1):1; printf("%c",a[0]); return 1; } what will be the output?

6 Answers   Hughes,


Explain how do you search data in a data file using random access method?

0 Answers  


What does typeof return in c?

0 Answers  


What does. int *x[](); means ?

0 Answers   Wilco,


A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile

0 Answers  


What is the difference between the expression “++a” and “a++”?

0 Answers  


Explain what is the difference between a string and an array?

0 Answers  


Categories