Explain what are the different 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 we print any string without using terminator?

2 Answers   Infosys, TCS,


What are the 32 keywords in c?

0 Answers  


wats SIZE_T meant for?

1 Answers  


difference between native and cross compilers

0 Answers  


we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above

0 Answers  






what is c?

4 Answers   IBM, TCS,


Explain what?s happening in the first constructor: public class c{ public c(string a) : this() {;}; public c() {;} } How is this construct useful?

1 Answers  


How can you avoid including a header more than once?

0 Answers  


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

8 Answers  


Explain a pre-processor and its advantages.

0 Answers  


Can you please explain the difference between exit() and _exit() function?

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