what are the major observations that you made when you are doing compatibility testing particularly in web applications?
3 9719What 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 10193Give 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 7165What is the output for the following program
#include
Post New ADITI Interview Questions
How can we get the generated event?
What is Hcm Master Data In Sap?
how do calibrate the valves.. with clear manual
How much hard drive space does ubuntu need?
What are data types in .NET?
Tell me the formula of heat loss in a pipe.
Do you know what is the difference between deep and shallow copy?
explain the server requirements for cakephp.
Tell me what do you mean by custom field in wordpress?
What atom 1.0 files look like?
What is routerlink in angular?
Is a hashset ordered?
What are different types on virtual providers?
How can u debug your .net application?
Explain values() operation in apache spark?