The dimensions of a certain machine are 48" X 30" X 52". If the size of the machine is increased proportionately until the sum of its dimensions equals 156", what will be the increase in the shortest side?
5 46215Main 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 34715main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?
7 26861Given that a,b,c,d,e each represent one of the digits between 1-9 and that the following multiplication holds a b c d e 4 ---------- e d c b a What digit does e represent a) 4 b) 6 c) 7 d) 8 e) none
8 29830Post New HCL Interview Questions
What does do in c?
What is a trend line?
What are CAPIs ?
Pl. brief about break-down maintenance of machine tool.
What is function and method in java?
Why use subqueries instead of joins?
What is Laravel - File Uploading ?
How the image can be resized in photoshop? Explain.
WHY CBCT USE ONLY IN Y PHASE NOT OTHER PHASES
What language is apache spark?
What is callback method in c#?
How to use sum function in where clause in mysql?
Describe your work ethics.
as we are having are unit in a area where excise duty is not applicable and on my purchase i am paying excise duty can i take refund of the duty paid by me and what was is procedure? plz. replay to my on my id ngaggarwal@yahoo.com
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?