GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Placement Papers  >  Freescale Semiconductor  >  Placement Papers
Go To First  |  Previous Question  |  
 Placement Papers  |  Question 2 of 2    Print  
What is the Prototype of printf.

  
Total Answers and Comments: 2 Last Update: August 18, 2008     Asked by: avnish kumar 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
July 12, 2008 01:15:53   #1  
vivek672 Member Since: July 2008   Contribution: 1    

RE: What is the Prototype of printf.
printf ("<format string>",<list of format specifiers>);
 
Is this answer useful? Yes | No
August 17, 2008 08:46:48   #2  
madhuworldwide Member Since: August 2008   Contribution: 1    

RE: What is the Prototype of printf.
printf("<format-Specifiers">,...);
Here '...' is the ellipsis operator indicates that it can accept any number of arguments of any type

 
Is this answer useful? Yes | No

 Related Questions

Latest Answer : printf(",...);Here '...' is the ellipsis operator indicates that it can accept any number of arguments of any type ...
Read Answers (2) | Asked by : avnish kumar


 Sponsored Links

 
Related Articles

printf() Function Return Value

What is the return value from printf() function? printf function always returns the number of characters printed. Let us understand this with an example: main() { int a=10; printf(&quot;%d&quot;,printf(&quot;%d %d %d&quot;, a,a,a)); } In this above program the inner printf i
 

What are the Format Specifiers used with printf?

There are several format specifiers available in printf. The format specifier used varies depending on the data type used for printing. The given below are some of the format specifiers used with printf in C program. For integer data type the format specifier used with printf is %d or %i For float
 

printf and sprintf

What is the difference between printf and sprintf? sprintf: Writes formatted data to a character string in memory instead of stdout Syntax of sprintf is: #include &lt;stdio.h&gt; int sprintf (char *string, const char *format [,item [,item]...]); Here, String refers to the pointer to a
 

SDLC - Prototype Model

In the traditional SDLC, software is created on a well planned pattern. There will be planning, consultation, creation, testing, documentation and launching. This pattern is seen in most development software. Since it&rsquo;s planned right from the start, it should be efficient as planned. When
 





About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape