How to reverse a string using a recursive function, without swapping or using an extra memory?
31 104573Determine 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 9837What 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 10450what 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 11625Post New Wipro C Interview Questions
How can we migrate PeopleSoft project from one environment to another?
Write 10 test scenarios to test remember me checkbox present in login window
Why spring is a framework?
Why use POJO when I can use hashmap
Which language is best for mongodb?
Which ape can make its own tools?
What are the ways in which macro variables can be created in sas programming?
Difference between e-r modeling and dimentional modeling?
How to create base controller in codeigniter?
VAT and CST ? Which benefits for buyer ? Why benefits?
What is a subquery?
How to write where condition in linq?
Does the archiving of hive tables give any space saving in hdfs?
How does RBI earn profits?
What is a transistor?