How to reverse a string using a recursive function, without swapping or using an extra memory?
31 103651Determine 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 9667What 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 10320what 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 11497Post New Wipro C Interview Questions
How to pass extra variables in url with wordpress
What is default password for mysql?
What is layer in html?
What is the difference between a candidate key and primary key?
Home heating oil or furnace oil what is made from? Can (base oil plus diesel/kerosen) = home heating oil?
What is collection process?
What is the main function of linear dataset?
How many types of business transactions are there in accounting?
Is there a desktop version of gmail?
What are the advantages of migrating to vb.net?
what are the differences between amazon s3 and ec2?
What is difference between web container and web server?
What is #name in excel?
What are python modules?
How to fetch values from testtable1 that are not in testtable2 without using not keyword?