adplus-dvertising
frame-decoration

Question

Which of the following is true?

a.

Install function uses lookup

b.

lookup function uses install

c.

Install and lookup function work independently

d.

None of the mentioned

Answer: (a).Install function uses lookup

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the following is true?

Similar Questions

Discover Related MCQs

Q. What happens when install(s, t) finds that the name being installed is already present in table?

Q. In what situation, install function returns NULL?

Q. For the following expression to work, which option should be selected.
string p = “HELLO”;

Q. Which of the given option is the correct method for initialization?
typedef char *string;

Q. Which of the following is FALSE about typedef?

Q. typedef int (*PFI)(char *, char *) creates

Q. typedef declaration

Q. Size of a union is determined by size of the

Q. Members of a union are accessed as________________

Q. Which of the following share a similarity in syntax?
1. Union, 2. Structure, 3. Arrays and 4. Pointers

Q. Which of the following data types are accepted while declaring bit-fields?

Q. Which of the following reduces the size of a structure?

Q. Which of the following is not allowed?

Q. Bit fields can only be declared as part of a structure.

Q. The following declarations in order are

short a : 17;
int long y : 33;

Q. Which of the following declarations are correct ?

1 : typedef long a;
extern int a c;
2 : typedef long a;
extern a int c;
3 : typedef long a;
extern a c;

Q. How will you free the allocated memory ?

Q. What is the similarity between a structure, union and enumeration?

Q. Which of the following statements correct about the below code?
maruti.engine.bolts=25;

Q. The expression a<<6 shifts all bits of a six places to the left. If a 0x6db7, then what is the value of a<<6?