programming languages Online Quiz - 266
Description: programming languages Online Quiz - 266 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
What will be the output of the following program : void main() { int i=5,j=5; i=i++i++*i++*i++; printf("i=%d ",i); j=++j++j*++j*++j; printf("j=%d",j); }
What will be the output of the following program : void main() { unsigned ch='Y'; printf("%d",sizeof ch); }
What will be the output of the following program : void main() { int a=5; printf("%d"); }
What will be the output of the following program : void main() { int a=5,b=6; printf("%d"); }
XSLT is:
XSLT is used for
XML and XSLT supported by ___ browser's.
XSLT stylesheets having number of templates.
Templates are defined by using
From ________ onwards Firefox has support for XML and XSLT (and CSS).
What is the correct symtax of for-each in XSLT ?
Simple output filters which are supported by XSLT are ?
Schema is an _____ based alternative