Diese Präsentation wurde erfolgreich gemeldet.
Die SlideShare-Präsentation wird heruntergeladen. ×
Anzeige
Anzeige
Anzeige
Anzeige
Anzeige
Anzeige
Anzeige
Anzeige
Anzeige
Anzeige
Anzeige
Anzeige
Nächste SlideShare
premium post (1).pdf
premium post (1).pdf
Wird geladen in …3
×

Hier ansehen

1 von 20 Anzeige

Weitere Verwandte Inhalte

Weitere von Emertxe Information Technologies Pvt Ltd (20)

Aktuellste (20)

Anzeige

02_swap.pdf

  1. 1. Team Emertxe Pre-Processing
  2. 2. Assignment 2
  3. 3. Assignment 2
  4. 4. Assignment 2 WAP to define a macro swap(t,x,y) that swaps 2 argument of type t.
  5. 5. Assignment 2 WAP to define a macro swap(t,x,y) that swaps 2 argument of type t. Input:
  6. 6. Assignment 2 WAP to define a macro swap(t,x,y) that swaps 2 argument of type t. Input: Read choice of date type t from user and read 2 values of type t
  7. 7. Assignment 2 WAP to define a macro swap(t,x,y) that swaps 2 argument of type t. Input: Read choice of date type t from user and read 2 values of type t Output:
  8. 8. Assignment 2 WAP to define a macro swap(t,x,y) that swaps 2 argument of type t. Input: Read choice of date type t from user and read 2 values of type t Output: Swap 2 values of type t and display the values
  9. 9. How will you swap 2 integer numbers? Assignment 2
  10. 10. How will you swap 2 integer numbers?  Input: num1 = 10 and num2 = 25  Output: num1 = 25 and num2 = 10 Assignment 2 10 num1 25 num2 num1 25 num2 10 num1 25 num2 25 num1 num2 10 temp 10 10
  11. 11. Assignment 2 It will work only for 2 integer arguments, so how will you swap 2 arguments of type t? (t means it can be int, char, short, float, string or double).
  12. 12. Assignment 2 It will work only for 2 integer arguments, so how will you swap 2 arguments of type t? (t means it can be int, char, short, float, string or double).  Use MACROS.  Write a Multiline MACRO to swap 2 arguments of type t.
  13. 13. Sample execution:- Assignment 2
  14. 14. Sample execution:- Assignment 2
  15. 15. Sample execution:- Assignment 2
  16. 16. Assignment 2 Pre-requisites:-
  17. 17. Assignment 2 Pre-requisites:- ⮚ Macros
  18. 18. Assignment 2 Pre-requisites:- ⮚ Macros Objective:-
  19. 19. Assignment 2 Pre-requisites:- ⮚ Macros Objective:- ⮚ To understand the concepts of Macros in preprocessing
  20. 20. Team Emertxe Thank you

×