Answer Posted / vignesh1988i
it is a predefined function..............
| Is This Answer Correct ? | 8 Yes | 15 No |
Post New Answer View All Answers
Why c is called top down?
What is #include conio h?
What are the data types present in c?
What is a char c?
What is the use of volatile?
Explain b+ tree?
What is integer constants?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
How to draw the flowchart for structure programs?
Write a program to swap two numbers without using the third variable?
What is the purpose of scanf() and printf() functions?
What is a shell structure examples?
What is the -> in c?
Do you know the purpose of 'register' keyword?
Write a program for finding factorial of a number.