what are the major observations that you made when you are doing compatibility testing particularly in web applications?
3 8963What is the output of the program given below
#include
What is the output of the following program
#include
What is the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }
4 9321Give the output for the following program. #define STYLE1 char main() { typedef char STYLE2; STYLE1 x; STYLE2 y; clrscr(); x=255; y=255; printf("%d %d\n",x,y); }
2 6642What is the output for the following program
#include
Post New ADITI Interview Questions
What r the things,u prefer and prepare before starting testing?
can we start slipring motor on star delta like we start induction motor ? if yes where will we connect ?
Describe p-value
Explain the steps to use transact-sql cursor?
How to find/know service pack in windows xp?
Why is it called syswow64?
How do I run a shell script on a mac?
You want to create and send an IDOC to another the moment a PO is created in your system. How will you achieve this?
is manual testing enough for 2+ yrs,does it need any tools
Can we store files in mongodb?
Mention what job does the conf class do?
Are parent constructors called implicitly inside a class constructor?
Can double compression glands be used with regular cables?
Why it is necessary to use SAP in an industry? & What is the difference from other advance accounts software like Tally ERP 9? What is the importance of using GAAP for best management decission or why GAAP using by Top Management?
What is two way data binding in angularjs?