Explain what math functions are available for integers? For floating point?


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

Post New Answer

More C Interview Questions

Is calloc better than malloc?

0 Answers  


Can we replace the struct function in tree syntax with a union?

0 Answers   Huawei,


How can I sort more data than will fit in memory?

0 Answers  


Tell us two differences between new () and malloc ()?

0 Answers   Adobe,


What is variable in c example?

0 Answers  






what is the output on the screen? int n; n=printf("my name is %d",printf("kiran %d",printf("kumar"))); printf("\n %d \n",n);

4 Answers   TCS,


Why we not create function inside function.

0 Answers  


What is the output for the below program? void main() { float me=1.1; double you=1.1; if(me==you) printf("love c"); else printf("know c"); }

7 Answers  


What does volatile do?

0 Answers  


What is the use of header?

0 Answers  


how memory store byte

4 Answers   Huawei,


Why does everyone say not to use scanf? What should I use instead?

0 Answers  


Categories