-
FLEX
What is flex? Where it is used in web applications?
-
Programming Approaches
Explain and differentiate Modular Programming and Structured Programming approach?
-
Storing Character String
In a compiler there is 36 bit for a word and to store a character 8bits are needed. IN this to store a character two words are appended. Then for storing a K characters string, How many words are neededA. 2k/9B. (2k+8)/9C. (k+8)/9D. 2*(k+8)/9E. none
-
Static Functions
To which segment does Static functions belong?
-
Error-handling Procedure
In languages without exception-handling facilities, we could send an error-handling procedure as a parameter to each procedure that can detect errors that must be handled. What disadvantages are there to this method?
Programming Interview Questions
Sub Category
Questions
Answers
Last Updated
Ans