What are the primitive data types in c?


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

Post New Answer

More C Interview Questions

main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?

7 Answers   AMCAT, HCL, Ramco, Zycus Infotech,


how can I convert a string to a number?

0 Answers  


How do you use a 'Local Block'?

0 Answers   Ericsson,


why we use pointer in c

7 Answers   HCL, TCS,


application of static variables in real time

1 Answers   Bosch,






what is different between auto and local static? why should we use local static?

0 Answers  


Why do we use & in c?

0 Answers  


Can a binary search tree be used as an index? If yes, how? Explain

0 Answers   TCS,


How to add two numbers with using function?

4 Answers  


What is the right type to use for boolean values in c?

0 Answers  


What are the key features in c programming language?

0 Answers  


What is keyword with example?

0 Answers  


Categories