without if else statement can be written ah
No Answer is Posted For this Question
Be the First to Post Answer
What is the prototype of printf function?
Given the following function definition: int doit(int &x, int y, int &z) { x = 3*x; y = y + 5; z = x+y; return z - 4; } int a = 5, b = 7, c = 9, d = 11; d = doit(a,b,c);
What is basic if statement syntax?
Can char be a number c++?
Can we use this pointer inside static member function?
which of the following is not an secondary constant a) array b) real c) union
Why do we learn c++?
What is a constructor initializer list and when we use constructor initializer list?
what is data Abstraction? and give example
147 Answers Aaditya Info Solutions, American Express, CMS, College School Exams Tests, Data Entry Operator, First Advantage, Google, HCL, IBM, Infosys, Microsoft, Mind Links, NIIT, Oracle, Pact, QBit Systems, TCS, WAYA, Wipro,
What is the difference between the functions memmove() and memcpy()?
Is python better than c++?
What is static function and static class?