Home » Programming & Data Structure » Programming and data structure miscellaneous » Question

Programming and data structure miscellaneous

Programming & Data Structure

  1. The number of tokens in the following C statements print
    f(“i =% d, & i =% x”, i & i) is
    1. 3
    2. 26
    3. 10
    4. 21
Correct Option: C

A token is strictly a string of characters that the compiler replaces with another string of characters. Token are defined as a sort of search and replace. Token can be used for common phrases, page elements, handy shortcuts, etc. Token are defined with either the define or replace tags and can use single or paired tag syntax.
Examples

   

   <:replace [mailto]     mailto: [email] > [email] :>



Your comments will be displayed only after manual approval.