Start learning 50% faster. Sign in now
I. DUSTBIN II. GROWER III. DEVELOP After arranging the consonants first followed by vowels as per the English alphabetical order, we get: I. BDNTSIU II. GRRWEO III. DLPVEEO After changing the consonants to the previous letter and the vowels to the next letter in the English alphabetical series, we get: I. ACMSRJV II. FQQVFP III. CKOUFFP The third letter from the right end of each of the words is: I. ACMSRJV: R II. FQQVFP: V III. CKOUFFP: F
Which of the following is an example of a message-passing IPC mechanism?
What is the primary role of lexical analysis in the compilation process?
Which extension is for executable/installation files?
What will be the output of the code
int main(){
int array[] = {100,200,300};
cout<
}
Which of the following is a type of translator?
How to debug bash script
Which statement is true about nested try-catch blocks?
Which scheduling policy is most suitable for time-sharing systems?
What is the difference between float and double in C?
What is the scope of a variable declared as "static" inside a function?