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

Explain what is dynamic data structure?

0 Answers  


Process by which one bit pattern in to another by bit wise operation is?

0 Answers   InterGraph,


What will be the outcome of the following conditional statement if the value of variable s is 10?

0 Answers  


Why main is used in c?

0 Answers  


Is it better to use malloc() or calloc()?

0 Answers   Aspire, Infogain,






Example of friendly function in c++

2 Answers  


there is two conditions , 1. while using for loop for printing 1 to 50 no's simulteneous 2. while using printf functios for printing 1 to 50 no's simulteneous with or without using variables who will take more time for compiling and execution? explain in details with reason?

1 Answers  


How is a two dimensional array passed to function when the order of matrix is not known at complie time?

1 Answers   CSC,


all c language question

0 Answers   Wipro,


What is the use of getchar() function?

0 Answers  


Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.

1 Answers  


Does * p ++ increment p or what it points to?

0 Answers  


Categories