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
What do you mean by command line argument?
How can a program be made to print the name of a source file where an error occurs?
What are the types of type specifiers?
Is a pointer a kind of array?
Write a program to swap two numbers without using a temporary variable?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
Can you assign a different address to an array tag?
What is the difference between #include and #include 'file' ?
What does *p++ do? What does it point to?
What is identifiers in c with examples?
What are the basic data types associated with c?
Are the outer parentheses in return statements really optional?
What are the 4 types of programming language?
What is variable and explain rules to declare variable in c?
Write the syntax and purpose of a switch statement in C.