Question
If four letter meaningful English words can be formed
using the 4th, 5th, 6th and 8th letter of the word PHOTOGRAPHY, each letter is used only once, then what will be the second letter from the left end of the new word. If more than one word can be formed mark Y as your answer. If no such word can be formed then mark Z as your answer.Solution
Given: PHOTOGRAPHY 4th, 5 th, 6th and 8th letter of the given word are T, O, G and A respectively. One word, GOAT, can be formed using the given letters.
Below code will give what result for f(3)
f(int x)
{
If(x
Return;
f(x-1);
printf(“%d”, x);
f(n-1);
}
Which cryptographic system uses two different keys for encryption and decryption?
Which of the following is NOT a method for handling deadlocks?
PGP is abbreviated as _______________
Which protocol is primarily responsible for resolving logical IP addresses to physical MAC addresses within a local network segment?
Which of the following power plants relies on the fission of uranium atoms to generate heat?
CSS comments are placed within the ______.
Which layer of the OSI model is responsible for logical addressing and routing?
Which of the following functions is used in C to initiate a DMA transfer when working with certain hardware libraries?
What is the primary advantage of using shared memory for IPC?