main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?
7 26922You 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 17715write 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 13523In 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 12360is it necessary to write test cases in "tabular" form or will it be fine if written "point wise".
2 8592If 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 7665Post New Zycus Infotech Interview Questions
Mention the uses of stored procedures.
What is use pivot table in excel?
Role of kpi in google analytics?
What methods and techniques do you use to manage postoperative pain and ensure patient comfort during the recovery period?
Is it possible to have a deadlock involving only one process?
What are the common issues with outlook?
How facades are different from dependency injection?
Define consistency?
Please explain how can I hide my blog from people?
Is age an interval or ratio?
How to create table with timestamp in postgres?
What is change detection strategy in angular?
Define how to clone a git repository via jenkins?
Explain some uses of vb script?
write test case for gmail sign up page?