How to reverse a string using a recursive function, without swapping or using an extra memory?
31 102536Determine 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 9425What 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 10149what 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 11344Post New Wipro C Interview Questions
Mention what is the difference between yarn and thread?
What does stands for in linux?
Explain all data terminologies in tableau?
What is the full form nasa?
What happens when,in Prestressed girder the HDPE duct and cone size is provided more than required? (technical answer expected)
What is actionlistener in java swing?
i wante appsc assistant engineer old question papers?
Explain what is dogpile effect? How can you prevent this effect?
Can we use having without group by in sql?
If we don’t want some of the fields not to serialize how to do that?
what is difference between milestone and run-levels in Solaris ?
what is the use of vacuum balancing valve in CEP
How do I login as an administrator?
How do I format a table in word 2013?
Q1. A. What is unary operator? List out the different operators involved in the unary operator. B. What is an adjust field format flag? Q2. A. Distinguish between a # include and #define. B. Can a list of string be stored within a two dimensional array? Q3. A.Explain how a pointer to function can be declared in C++? B.List the merits and demerits of declaring a nested class in C++? Q4. A. What are the syntactic rules to be avoid ambiguity in multiple inheritence? B. Explain the operation of overloading of an assignment operator. Q5. A. Explain how the virtual base class is different from the conventional base classes of the opps. B. Explain how an exception handler is defined and invoked in a Program. Q6. A. What is a binary file? List the merits and demerits of the binary file usagein C++. B. Write short notes on Text Manipulation Routines. C. Write bites in Turbo c++ Header (“Include”) Files.