what are the major observations that you made when you are doing compatibility testing particularly in web applications?
3 9792What 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 10298Give 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 7215What is the output for the following program
#include
Post New ADITI Interview Questions
what reactive how to maintain
Why did you choose IT field
Distinguish capital and Revenue receipts
Define corner frequency?
How to update angular 6 to angular 7?
In Future how the role of WEBLOGIC in realtime ?
Who inspired you in your life and tell me your family background?
What is the function of eu?
Can you test a program and find 100% of the errors?
How to apply stylesheet with html element by id?
In how many ways can a CSS be integrated as a web page?
Are private members inherited in c#?
How would your present prospects and customers describe you as their sales representative?
How do I know if java is installed?
Is enum a class?