Main must be written as a.the first function in the program b.Second function in the program c.Last function in the program d.any where in the program
19 34708main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?
7 26856Could u tell me, u work as a support & maintenace when sub ledger and gl is mismatch, then how do u match with the both side/
1 3160The Following Characterstics posses some XYZ company. * Uses formal standards and policies * Conducts software inspections * Has advanced configuration management and change control * Uses CASE tools * Has a software engineering process group * Gathers metrics on process and quality * Requires that developers have formal software engineering training * Practices continued process improvement Based on aboue , Tell me which CMM Level is the company..? 1. Level 1 - Initial 2. Level 2 - Repeatable 3. Level 3 - Defined 4. Level 4 - Managed 5. Level 5 - Optimizing
2181Which one of the following pairs of aggregate functions do you use with character fields? 1. COUNT(field) and MAX(field) 2. AVG(field) and COUNT(field) 3. MIN(field) and SUM(field) 4. AVG(field) and MAX(field) 5. COUNT(field) and SUM(field)
6 16290Which clause of an UPDATE statement allows you to affect only certain rows of a table? 1. The WHERE clause 2. The SET clause 3. The ROWS AFFECTED clause 4. The ORDER BY clause
6 14234If you want a column to be part of the result set, after which SQL keyword does it belong? 1. SELECT 2. FROM 3. WHERE 4. GROUP BY 5. HAVING
10 21006Post New HCL Interview Questions
Explain why is the number of gate inputs to cmos gates usually limited to four?
Explain indexed views?
Is automatic restart possible in jcl? If yes, how?
What are the inheritance styles in django?
Name the different ways of session tracking.
How the Customizing of the VisiBroker ORB with interceptors and object wrappers?
What is the use of trim command?
What guidelines should be followed to write a structured cobol prgm?
can we use a Checkbox as controlling field?
What is the difference between get and post in php?
What are the targeting options in display ads?
What is fluorescence?
How to create a web form?
i want information about API testing and i want info like how process can be done in company? i want added info like coding ,debugging, desing in c.v ? what should add in c.v for eg banking domin? pls any answer my question?
What is the use of spark driver, where it gets executed on the cluster?