What is const and 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 level of tree if leaf node is at level 4.please explain.

1 Answers   Wipro,


What is this pointer in c plus plus?

0 Answers  


how can use subset in c program and give more example

0 Answers  


Differentiate between a structure and a union.

0 Answers   Zensar,


What is the purpose of macro in C language?

0 Answers   Fidelity,






#define d 10+10 main() { printf("%d",d*d); }

6 Answers  


What are multibyte characters?

0 Answers  


what is disadvantage of pointer in C

13 Answers   Tech Mahindra,


Output for following program using for loop only * * * * * * * * * * * * * * *

3 Answers  


what will be the output of this program? #include<stdio.h> #define cube(x) x*x*x void main() { int i,j=5; i=cube(j+3); printf("i=%d",i); }

6 Answers   IBM,


What are the advantages of c language?

0 Answers  


difference between my-strcpy and strcpy ?

3 Answers   Geometric Software, IIM, Infosys,


Categories