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

What is the value of a[3] if integer a[] = {5,4,3,2,1}?

0 Answers  


What is the o/p of the follow pgm? #include<stdio.h> main() { char char_arr[5]=”ORACL”; char c=’E’; prinf(“%s\n”,strcat(char_arr,c)); } a:oracle b. oracl c.e d.none

2 Answers   Oracle,


In scanf h is used for

4 Answers   BFL,


write c program to display output 10(10+20)+(10+20+30)+ ... n term

0 Answers   Hindustan Gum Chemicals,


Write a factorial program using C.

0 Answers   iNautix,


1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?

1 Answers  


program for swapping two strings by using pointers in c language

1 Answers  


When should a type cast be used?

0 Answers  


Write a program to find given number is even or odd without using any control statement.

2 Answers  


Write a program for the following series? 1 121 12321 1234321 123454321 12345654321 1234567654321 123456787654321 12345678987654321 1234567890987654321 123456789010987654321 12345678901210987654321 1234567890123210987654321 .........1234321............ ..........123454321............ ..........12345654321............ 7 8 9 0 1 Pls............?

5 Answers  


How can I read and write comma-delimited text?

0 Answers  


What is enumerated data type in c?

0 Answers  


Categories