What are inbuilt functions in c?


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

Post New Answer

More C Interview Questions

write a c program to convert fahrenheit to celsius?

4 Answers   TCS,


what is level of tree if leaf node is at level 4.please explain.

1 Answers   Wipro,


write a program to check whether a number is Peterson or not.

4 Answers  


How can I find leaf node with smallest level in a binary tree?

1 Answers  


Difference between Shallow copy and Deep copy?

0 Answers  


Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.

1 Answers  


What is int main () in c?

0 Answers  


How pointer is different from array?

0 Answers  


Do you know the use of 'auto' keyword?

0 Answers  


What is variable declaration and definition in c?

0 Answers  


main() { float a=8.8; double b=8.8; if(a==b) printf("Equal"); else printf("not equal"); getch(); } what is the output? with reason

6 Answers   CSC,


How can you determine the maximum value that a numeric variable can hold?

0 Answers  


Categories