Which one of the project team members bears the responsibility of deferring new functionality to a later release?
5 24200How to create an Idoc & Attached to SAP Transaction? For example we want to trigger IDOC To other system when we Save the PO Via ME21N.
4 40552Study the Following Points: a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static 1. Which of the Following Statements are true w.r.t Bit- Fields A)a,b&c B)Only a & b C)Only c D)All
3 87632. What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value
3 64713. When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these
21284.A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above
6 132815. What kind of sorting is this:
SORT (k,n)
1.[Loop on I Index]
repeat thru step2 for i=1,2,........n-1
2.[For each pass,get small value]
min=i;
repeat for j=i+1 to N do
{
if K[j]
6. Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
2 66327. Identify the correct argument for the function call fflush() in ANSI C: A)stdout B)stdin C)stderr D)All the above
10 1345210. Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning
5 1074911. Look at the Code:
#include
Post New Accenture Interview Questions
I HAVE TO ATTEND INTERVIEW OF IBPS CLERK 2 ON 19th OF MARCH 2013.I HAVE COMPLETED MY GRADUATION IN 2009.N I REALLY DONT KNOW HOW TO EXPLAIN 3 YRS GAP TO THE INTERVIEW BOARD? PLEASE SUGGEST ME SOME GOOD REASONS.
distinguish between old version and new version QTP features.
WHY WE USE {} AT THE STARTING OF C PROGRAM
What is hibernate and its relation to sql?
Does extended cell have any impact on the system? If yes, what?
What is the role of sap treasury consultant?
What is the previous name of Cox's Bazar
How does building a call allows the communication to take place in between the client and the server using soap?
how many sql ddl commands are supported by 'mysql'? : Sql dba
How will you calculate the depth of a binary tree if the tree contains 15 nodes?
How can I tell what .net framework is installed?
Tell about accomplishment you are proud of...
What is the maximum number of levels allowed in ims db?
What is meant by decimal (5,2)?
What is spring java based configuration?