Answer Posted / sujith shetty
Printf is a statement used to print the character number
etc..inside the double quote.it is stored in the library
function #include<stdio.h>.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
What is c programming structure?
how to make a scientific calculater ?
What is the use of a ‘ ’ character?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
Is exit(status) truly equivalent to returning the same status from main?
Is c call by value?
How do I use strcmp?
List some of the static data structures in C?
What are the benefits of c language?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
Why doesn't C support function overloading?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
Explain what is a program flowchart and explain how does it help in writing a program?
Explain how can you determine the size of an allocated portion of memory?