Explain data types & how many data types supported by c?


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

Post New Answer

More C Interview Questions

Can we access RAM? How? Whats the range of access? Similarly What are other hardware we can access?

1 Answers  


What is sizeof return in c?

0 Answers  


sir, i cannot find the way how to write aprogram by using array on queue

1 Answers   IISIT,


sqrt(x+sqrt(x+sqrt(x+sqrt(x))))=2; Find the value of x?

4 Answers   Subex,


What is meant by realloc()?

0 Answers  






In which category does main function belong??

5 Answers  


wap in c to accept a number display the total count of digit

4 Answers  


What is the size of a union variable?

0 Answers  


difference between memcpy and strcpy

1 Answers  


how to write a program which adds two numbers without using semicolon in c

2 Answers  


Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].

0 Answers  


Why do we use pointer to pointer in c?

0 Answers  


Categories