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 34883main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?
7 26922Could 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 3170The 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
2186Which 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 16354Which 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 14312If 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 21094Post New HCL Interview Questions
What are different dependency scopes in maven?
How to get no. of rows using MYSQL function?
What is binary safe function in php?
Can you mention a few general requirements of rpa for front and back-office processing?
Can we access static attribute from instance method
Is webelement an interface or a class?
What is good average session duration?
What is the default '-sort' order for a sql?
Write a test case on online shopping website? (please tell me the format how to write in MS excel,if u have any sample than attach it.)
In how many ways a block is written in Ruby?
What is swap space?
How can I create a blog for free?
How is the gain affected by the introduction of feedback in a control system.
What is cloud security?
What are processes and threads?