main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?
7 26953You 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 17746write 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 13539In 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 12373is it necessary to write test cases in "tabular" form or will it be fine if written "point wise".
2 8610If 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 7676Post New Zycus Infotech Interview Questions
What is the formula for subtraction in excel?
how to toggle ms word to ms excel or ms excel to ms word
What are panels in bootstrap?
Who is responsible for writing a constructor?
Explain the top .net class that everything is derived from?
Which is better hashmap or arraylist?
Explain the advantages of using dao module?
Port modes [trunk and access] have any influence on VLAN tagging and un-tagging?
What is the system.runas() ?
What are the values that can be taken by property white-space of css3?
Explain about the data types in PHP?
How secure is postgresql?
What are the types of unary operators?
Where do you use sampling procedures?
What are the different levels of persistence in Spark?