How to reverse a string using a recursive function, without swapping or using an extra memory?
31 102544Determine the code below, tell me exactly how many times is the operation sum++ performed ? for ( i = 0; i < 100; i++ ) for ( j = 100; j > 100 - i; j--) sum++;
5 9426What 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 10153what is the output? #define fun(a,b,t) (g ##t=(a),(a)=(b),(b)=g##t) float gfloat; main() { float a=1.12,b=3.14; fun (a,b,float); printf("na=%4.2f,b=%4.2f",a,b); } A)Error in Defining Macro B)a=1.12,b=3.14 C)a=3.14,b=1.12 D)None of the Above
3 11348Post New Wipro C Interview Questions
What are the similarities between json and xml?
How do you avoid global variables?
Explain about WSDL
Explain what is “work center” in sap pp and what is the use of data in work centers?
What are all the ways to access hibernate by using spring?
What is meant by RVT and NDR ? expansion and details of it
a characteristic of a multiprogramming is? a.simultaneous exe of pgm instr 4m 2 appli b.concurrent processing of 2 r more prgms c.multiple cpu s d.all the abov
How to Create a delay without a timer?
Can you lead a team, if required?
Explain bootstrap?
what features are available in Tally ERP 9 for Accounting?
What do you understand by numeric promotion?
Earth has zero potential then what would be the neutral potential ?
Where is php code written?
Can any one help me with Appian Interview Questions?