Answer Posted / rajiv
HTML is not a subset of any other language
| Is This Answer Correct ? | 18 Yes | 26 No |
Post New Answer View All Answers
what is the difference between Windows application and Unix application?
What is the difference between WebIntelligence and Designer in creating universes?
it is a language or tools?
i am getting the error while compiling my cics program with including db2 dclgen member it is showing that ur dclgen member not including and all the host variables are undeclared
what is difference between object oriented programming structure and object oriented programming system?
what is the purpose of checked Menu options
what is the software to run the GSM gate opener program
Compare any 4 software development life cycle paradigms with each other. Indicate at least one application for each of the paradigms that are suitable to developed using that paradigm.
What is diffrent between Method and and function in c#
how much fee for deccan soft institute .how to block seat for sandeep sir class reply soonnnnÂ
a characteristic of a multiprogramming is? a.simultaneous exe of pgm instr 4m 2 appli b.concurrent processing of 2 r more prgms c.multiple cpu s d.all the abov
Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 1 number. Find the missing number
purpose of abstraction and interface
is it possible to learn sap from book without any tutorial. if yes please mention the beginner,s book of sap and also make your valuable advice for self study of sap .
1. Consider the following code in our example assembly language: ; an example bit of assembly code ROOT: W FATHER FATHER: W SON1 W SON2 SON1: W NIL W NIL ; ---------------------- SON2: W GRANDSON W NIL GRANDSON: W NIL W NIL NIL = 0 Assemble this code carefully following the two pass model, and show the symbol table at the point marked by the dashed line during each pass.