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

Write a program to reverse a linked list in c.

0 Answers   DELL, HAL,


What is methods in c?

0 Answers  


Is main() function predfined or userdefined?

11 Answers  


When should the const modifier be used?

0 Answers  


what is pointer ? what is the use of pointer?

6 Answers   Infosys,






What will happen when freeing memory twice

2 Answers  


Unsigned char c; for ( c=0;c!=256;c++2) printf("%d",c); No. of times the loop is executed ?

8 Answers   Mascot, TCS,


Write a program to generate random numbers in c?

0 Answers  


Find Error if any in below code, Justify ur answer: struct xx { int a; struct yy { char c; struct xx* p; } struct yy* q; }

3 Answers   NDS,


Explain the array representation of a binary tree in C.

0 Answers   Genpact,


every function has return the value?

1 Answers  


can we print any string in c language without using semicolon(;)(terminator) in whole program.

11 Answers  


Categories