GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Testing
Go To First  |  Previous Question  |  Next Question 
 Testing  |  Question 44 of 413    Print  
what are the difference between printf and sprintf?

  
Total Answers and Comments: 1 Last Update: March 09, 2006     Asked by: kavitha_pendkar 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
March 09, 2006 00:52:00   #1  
ajay chauhan        

RE: what are the difference between printf and sprintf...

Printf is used 2 send the O/P 2 WinRunner Print Log Window..

Sprintf is used 2 send the Formatted O/P 2 particular Variable..


 
Is this answer useful? Yes | No

 Related Questions

Latest Answer : A use case is the functionality defined in a system, and a test case is a sequence of test inputs and expected outputs for the functionality. ...
Read Answers (25) | Asked by : Varun

Latest Answer : Test Matrix: Test Matrix is simillar to the Test Traceability Matrix. Which maps the Test Cases with Requirement. to check all the functional flows are exactly covered with the  Requirment.Test Metrics: Test Metrics is used as a basis for estimating ...
Read Answers (4) | Asked by : omkarqa

Latest Answer : ad-hoc testing doesn't follow any metodologies whereas exploratory will follow and get the information from previous and past experiences of the projects. ...
Read Answers (10) | Asked by : sateesh

Latest Answer : GUI testing is the part of web testing as well as desktop testingIn GUI testing we check the graphical user interface that is Font size, font colour, links, labels etc.Webtesting means it is an 3 tier architecture,here we check the performance of the ...
Read Answers (4) | Asked by : chaitanya

Latest Answer : Gui map configuration : captures the specifications (height, width, class etc) of the objects, the objects may be the windows, buttons so on...The Gui map configuration is an intermediate application between the Software application and the automation ...
Read Answers (5) | Asked by : Linga

Latest Answer : Adhoc Testing - Done manually by anyone who is either a fresher to the tool/ project to gain the first level of understanding. Also done at times by team when there is specifically no task is assigned.Monkey Testing - When the adhoc testing is done through ...
Read Answers (12) | Asked by : ashok Reddy

How many folders and files are created,when we create a test script in winrunner?what are the draw backs of data-driven test?what are the advantages and disadvantages of compiled module?what are the differences between printf and sprintf?
Read Answers (1) | Asked by : Kavitha pendkar

Latest Answer : Printf is used 2 send the O/P 2 WinRunner Print Log Window..Sprintf is used 2 send the  Formatted O/P 2 particular Variable.. ...

Latest Answer : hi,These Two TSL functions are used when we are working with environmental variables.setvar - used to get the current value of the environmental variable.setvar - used to replace the current value with the given value of the environmental variable. ...

Latest Answer : End-To-End Testing refers to User Level testing of Component based systems. It verifies that the integrated component functions correctly as part of the overall system, and the existing Components of the System work as before. End-To-End Testing approaches ...


 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("%d",printf("%d %d %d", a,a,a)); } In this above program the inner printf i
 

What is difference between call by value and call by reference in function?

The arguments passed to function can be of two types 1. Values passed 2. Address passed The first type refers to call by value and the second type refers to call by reference. For instance consider program1 main() { int x=50, y=70; interchange(x,y); printf(“x=%d y=%d”,x,
 

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 <stdio.h> int sprintf (char *string, const char *format [,item [,item]...]); Here, String refers to the pointer to a
 

Testing and Integration

Once the software is complete, it will go though rigorous testing before its actual integration.  In this article we will take a look at different types of software testing and also different types of integration. With the diversity of business setting and software development models, it al
 

The Interview Snafu

How to turn someone else’s mistake to your advantage Your dream job is about to become reality. A recruiter gave you the heads up about the perfect position at Humungous Conglomerate, Inc. You went through five interviews as well as a battery of psychological tests mandated by their HR de
 

Winning a Job Interview with a Winning Resume

Does your resume unlock your potential, take your skills to the highest level and win you the interview and the job you want now? The job market today is highly competitive and even if you think you have what it takes to get an interview you won’t get over the line without a polished, prof
 

Client-Server Testing Technology

Client Server Testing Technology Client Server Software Client server software requires specific forms of testing to prevent or predict catastrophic errors Servers go down records lock I O Input Output errors and lost messages can really cut into the benefits of adopting this network technology Test
 

Importance of Proper English during Job Interview

Importance of Proper English during Job Interview Your job interview is crucially important and it will determine whether or not you will get the job Depending on the type of job you re going for it is very important for you to use proper English In most cases jobs which offer higher salaries will h
 

Difference between Scholarship and Grant

Difference between Scholarship and Grant While both scholarships and grants allow students to pay for their tuition without having to pay the money back there are a number of key differences between the two Knowing the difference between grants and scholarship will make it much easier for students t
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape