What are predefined functions in c?



What are predefined functions in c?..

Answer / Barun Kumar

Predefined functions in C include standard library functions like printf(), scanf(), malloc(), free(), and mathematical functions like sin(), cos(), pow().

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

what would be the output of the following prog? Justify your answer? main() { unsigned char ch; unsigned char i; ch = -255; printf("%d",ch); i = -1; printf("%d",i); }

1 Answers  


What are reserved words?

1 Answers  


1,1,5,17,61,217,?,?.

3 Answers   Apple,


Can you please explain the difference between strcpy() and memcpy() function?

1 Answers  


What are the properties of union in c?

1 Answers  


What is a function simple definition?

1 Answers  


How do I use strcmp?

1 Answers  


Define function ?Explain about arguments?

2 Answers   Geometric Software, Infosys,


what is the defrenece between structure and union

5 Answers   Aloha Technology,


What is an example of structure?

1 Answers  


What is the difference between test design and test case design?

1 Answers  


How can a number be converted to a string?

2 Answers  


Categories