What is mean by data types in c?


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

Post New Answer

More C Interview Questions

write a 'c' program to sum the number of integer values

8 Answers  


wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }

2 Answers  


wap in c to accept n number display the highest and lowest value

2 Answers  


Write a program to swap two numbers without using a temporary variable?

0 Answers   Infosys,


What is the heap in c?

0 Answers  






What are volatile variables?

1 Answers   Mind Tree,


what is the different between data structure and data type?

1 Answers   Ignou,


What are identifiers c?

0 Answers  


explain what is an endless loop?

0 Answers  


1 1 1 1 2 1 1 3 3 1 1 4 6 4 1

3 Answers  


Is c object oriented?

0 Answers  


which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above

0 Answers  


Categories