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.
Motion PlanningA robot needs to visit an area of nxn squares. However, its movement is restricted to liner mobility. Additionally, it is not allowed to pass a square that poses an obstacle. The robot
To which segment does Static functions belong?
Latest Answer: Static functions belongs to the stack segment. ...
What are the attributes of Samba?
Explain and differentiate Modular Programming and Structured Programming approach?
What is Command Line Arguments?What are its uses?Where we have to use this?
Latest Answer: command line arguments are those which can be passed to the main method as parameters and use those values in the main method before executing it. ...
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
Latest Answer: When there is a new error to be detected, the source code of the exception handling function must be updated - and seperately compiled. Also we have the over head of sending an additional parameter. The best way to deal with exceptions is to use inbuilt ...
why the programing language are case sensitive as is not for user friendly.
Latest Answer: When a PL is case sensitive, the number of possible keywords/ variable names permissible is increased. Also - more important reason - program readability is improved - we use caps for macros, have different naming conventions based on case sensitivity ...
Write a program to read a four digit integer and print the sum of its digits.Write a program that reads a floating point number and then displays the right-most digit of the integral part of the number.
View page [1] 2 Next >>

Go Top