what are the major observations that you made when you are doing compatibility testing particularly in web applications?
3 9928What 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 10453Give 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 7320What is the output for the following program
#include
Post New ADITI Interview Questions
What is a ruby singleton method ?
Extra co-curricular activities?
Write a SQL command to insert and update only a particular field?
How big can the company get? - Venture Capitalists
How can you schedule a sqoop job using Oozie?
What is process layout definition?
What is data loss prevention (dlp)?
How do you recover a corrupted hard drive?
How will you convert an integer to a hexadecimal string in python?
What is stoi in c++?
Where is php code written?
What is the use of opportunities tab with adwords?
Mention the length of physical storage of the given data types of db2 – date, timestamp, time
What is inversion of control?
Write an algorithm to show the postfix expression with the input given as : a b + c d +*f ? .