main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?
7 26629You 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 17301write 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 13363In 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 12116is it necessary to write test cases in "tabular" form or will it be fine if written "point wise".
2 8439If 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 7571Post New Zycus Infotech Interview Questions
Who travelled in skylab - 2?
Explain circular linked list?
What is an additive?
What is fsg?
What are the qualifiers in c?
What does dll contain?
What is the difference between Reducer and Combiner in Hadoop MapReduce?
How small can you make a computer? What are the limiting factors?
Is angular difficult to learn?
What is foreign key sql?
Explain the difference between page.registerclientscriptblock and page.registerstartupscript?
What is a bug triage?
why it is important to set the meta information?
Dear sirs, pls check this 4-20ma to RS485 module datasheet,pls guve me some suggestions. http://www.szsunyuan.com/sy/pro_more.asp?Productid=539 Thanks. E-mail:yunianjiang99@gmail.com
While starting hadoop services, datanode service is not running?