what are the major observations that you made when you are doing compatibility testing particularly in web applications?
3 9901What 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 10425Give 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 7307What is the output for the following program
#include
Post New ADITI Interview Questions
What is a feasibility study?
What is specific fuel consumption?
What are zones in azure?
Is age a variable in research?
The BACKTRACKING-SEARCH algorithm in Figure 5.3 has a very simple policy for what to do when a branch of the search fails: back up to the preceding variable and try a different value for it. This is called chronological-backtracking. It is also possible to go all the way to set of variable that caused failure. State whether True or False. a) True b) False
How we can get current url in magento?
What is an identity?
What is strong in ios?
I am a fresher and i have done testing course from orbit institute hyd.can any1 say me whether it is necessary to do project in testing.if it is that which is best institute in hyd.can you please inform me if there is any job 4 freshers.thanxs
how to do sudoko puzaals?
How can you push data from an Applet to a Servlet?
Which Workflow are used in Sharepoint Designer , how can i executed Workflow ?
What is standard order type
What is a c# delegate?
Tell me what is a hub in selenium grid?