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

can u give me the good and very optimised code for a car racing game?

0 Answers  


What is declaration and definition in c?

0 Answers  


How can I copy just a portion of a string?

0 Answers  


Give differences between - new and malloc() , delete and free() ?

0 Answers   Genpact,


What are the types of type specifiers?

0 Answers  






What is cohesion and coupling in c?

0 Answers  


Write a c code segment using a for loop that calculates and prints the sum of the even integers from 2 to 30, inclusive?

4 Answers  


Hai why 'c' is the middle language

4 Answers  


how 2 compile & execute c program with out using editor?

2 Answers   HP,


What is data structure in c programming?

0 Answers  


Which is more efficient, a switch statement or an if else chain?

0 Answers  


24.what is a void pointer? 25.why arithmetic operation can’t be performed on a void pointer? 26.differentiate between const char *a; char *const a; and char const *a; 27.compare array with pointer? 28.what is a NULL pointer? 29.what does ‘segmentation violation’ mean? 30.what does ‘Bus Error’ mean? 31.Define function pointers? 32.How do you initialize function pointers? Give an example? 33.where can function pointers be used?

0 Answers  


Categories