How to reverse a string using a recursive function, without swapping or using an extra memory?
31 103681Determine 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 9675What 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 10325what 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 11503Post New Wipro C Interview Questions
What is difference between innertext and innerhtml?
How to call an apex method in javascript code?
What is meant by ‘transaction’ in a database and what are the ‘properties of transaction’?
How do I get rid of negative zeros in excel?
What is semantic elements in html?
Explain the advantages and disadvantages of stored procedure?
What are the 4 basic operation of computer?
Is there a free microsoft word for windows 10?
Tell us what's your strategy and process for appealing a denied claim? : insurance health
how to check veritas install or not
What is fsg?
What do you mean by ribbon?
what is distribution board?
What is linq in c# and its advantages?
What is the directory in python?