Directory and filename
Explain directory and filename?
Expert
A directory refers to a file which includes directory entries. The directory entry consists of a file name with structure of the information explaining the attributes of file. All the names within a directory are known as filename. The only two characters which cannot be included within a file name are “/” and “null” character.
What is Character Set. Briefly explain it?
Write a recursive function intpower(base, exponent) that when invoked returns base^exponent. For example, intpower(3,4) = 3*3*3*3. Assume that the exponent is an integer greater than or equal to 1.
Explain what is the function of STR and LPSTR?
Write two programs to calculate the summation of 1 to some integer n using a function called int summation(int n) a) Using a non recursive solution, with a for(i=1, i<=n; i++) loop and b) using a recursive solution, based on the following conditions summation(n) = summation(n-1
What is meant by the single users system?
State the term GPC and GPT.
A Corba remote object exists. How could you get a Java client to access this object?
Single inheritance: In Java, a class might not extend more than one class. It means that Java has a single inheritance model for the class inheritance.
1. Suppose we have a class A which has a constructor that takes a single integer. (a) After the following statements have been executed, how many A objects will exist
Specify the different file types?
18,76,764
1926884 Asked
3,689
Active Tutors
1443227
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!