how many keywords are present in "c"?
Answer Posted / ranjan
32
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
define profiler???
What is %Type,%Rowtype?
Code for display the images from drive using vb 6.0?
I need to fetch all rows from the table based one field value in the table and later do a condition check if the condition is true I will have to move all the rows present in the data base to output file one else if the condition is not satisfied then move all the records of that field value into another file .Please let me know how to do that
what is web service in java? have u use before.
what are the 3 forms of a prolog term
they asked me about srs (software requirement specifcation)? how can i get anydocumentation about srs & other documnts infomation like bdd, in testing? its urgent?
Write a function which accepts a sentence as input parameter.Each word in that sentence is to be reversed. Space should be there between each words.Return the sentence with reversed words to main function and produce the required output. for eg:- i/p: jack jill jung kill o/p: kcaj llij gnuj llik
how to check single or double byte in struts
What are the tasks performed by a Team Lead
i am exeprienced person what is selection process
what are importance in problem tracking
When we use Windows authentication mode
what is adodb??y it is used for connection of V.B and access??what is ado?dao?
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.