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 |
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); }
What are reserved words?
1,1,5,17,61,217,?,?.
Can you please explain the difference between strcpy() and memcpy() function?
What are the properties of union in c?
What is a function simple definition?
How do I use strcmp?
Define function ?Explain about arguments?
2 Answers Geometric Software, Infosys,
what is the defrenece between structure and union
What is an example of structure?
What is the difference between test design and test case design?
How can a number be converted to a string?