main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?
7 26693You attempt to query the data base with this command: SELECT name, salary FROM employee WHERE salary=(SELECT salary FROM employee WHERE last name='Wagner' OR dept no=233) Choose most appropriate option from the following: 1)Sub-queries are not allowed in the where clause. 2)a multiple row sub-query used with a single row comparison operator. 3)a single row query is used with a multiple row comparison operator.
10 17392write a function that takes an integer array as an input and finds the largest number in the array. You can not sort array or use any API or searching needs?
2 13402In a listbox of cities, if I enter B, it should display all the cities starting with B, then if i type BA, then all cities starting with BA and so on. Pls anyone give me all the positive and negative test cases for this. It is urgent. Realtime questions pls.
5 12180is it necessary to write test cases in "tabular" form or will it be fine if written "point wise".
2 8476If a table T1 has single column c1 with data base (a,a,b,b,b,c) write a query that out put as follows c1 count (c1)
1 7591Post New Zycus Infotech Interview Questions
Explain different types of wastes?
How a tablespace is related to data files?
What is the purpose of TNS?
What is the difference between c++ and turbo c++?
What is data partitioning?
Why an ac systems are preferred over dc systems?
Of all your work, where have you been the most successful?
List your Key Sales Accomplishments?
Which is better flask or django?
What is the transaction for recording bdc ? : abap bdc
How do I run a .sh file in linux?
How to construct Genetic Code?
when we have to use UPF wattmeter and LPF wattmeter? what is the difference between UPF and LPF wattmeter in terms of construction?
How many modules layers are there in spring?
How reliable are the site's Internet connections required to be? And how does that affect backup system or redundant connection requirements and testing?