Write a Program to find the largest of 4 no using macros.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Explain the uses oof nested class?

0 Answers  


Why do we use the using declaration?

0 Answers  


What is virtual table?

0 Answers  


Explain working of printf?

8 Answers  


this is to swap to strings....but in output the whole strings are swapped leaving first as it is...why it is so #include<iostream.h> int main() { char a[]="ajeet"; char b[]="singh"; long x=*a; long y=*b; cout<<x<<":"<<y; x=x+y; y=x-y; x=x-y; *a=x; *b=y; cout<<x<<":"<<y; cout<<&a<<endl; cout<<&b<<endl; }

1 Answers  






What is the difference between Char a[ ]=”string” and char *a=”String”

11 Answers   Adobe,


Explain explicit container.

0 Answers  


How do you sort a sort function in c++ to sort in descending order?

0 Answers  


How did c++ get its name?

0 Answers  


Difference between pointer to constant vs. Pointer constant

0 Answers  


Is it possible for the objects to read and write themselves?

0 Answers  


Why do we use templates?

0 Answers  


Categories