what is printf

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


Please Help Members By Posting Answers For Below Questions

Can math operations be performed on a void pointer?

593


How do I determine whether a character is numeric, alphabetic, and so on?

628


Explain is it valid to address one element beyond the end of an array?

741


Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc

5063


What are the various types of control structures in programming?

632






Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.

1770


How can I use a preprocessorif expression to ?

604


What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

737


What is the argument of a function in c?

579


What do header files do?

606


Explain how do you determine whether to use a stream function or a low-level function?

632


What is a list in c?

625


the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function

764


What is #ifdef ? What is its application?

651


What is pragma in c?

634