R Ram Sharma 🎓 Coach ⭐ 193.88K Points 📊 Linux Q. What is use of ‘who’ command in Linux? (A) login user (B) logout user (C) login password (D) logout password 👁️ Show Answer 💬 Discuss 🔗 Share ✅ Correct Answer: (A) login user
Y Yashika 🎓 Extraordinary ⭐ 3.75K Points 📊 CSS Q. Which of the following display property value is described by used internally by browsers to create list items. Of no practical value to web designers? (A) none (B) group (C) inline-block (D) list-item 👁️ Show Answer 💬 Discuss 🔗 Share ✅ Correct Answer: (D) list-item
C Chandrakant 🎓 Tutor III ⭐ 6.73K Points 📊 JAVA Q. Find the value of A[1] after execution of the following program. Code: int[] A = {0,2,4,1,3}; for(int i = 0; i < a.length; i++){ a[i] = a[(a[i] + 3) % a.length]; } (A) 0 (B) 1 (C) 2 (D) 3 👁️ Show Answer 💬 Discuss 🔗 Share ✅ Correct Answer: (B) 1
D Deepak Sahoo 🎓 Tutor II ⭐ 11.23K Points 📊 C Programming Q. The format identifier ‘%i’ is also used for _____ data type. (A) char (B) int (C) float (D) double 👁️ Show Answer 💬 Discuss 🔗 Share ✅ Correct Answer: (B) int
R Ram Sharma 🎓 Coach ⭐ 193.88K Points 📊 JAVA Q. which among the following is not a Data Type in Java? (A) short (B) int (C) long double (D) double 👁️ Show Answer 💬 Discuss 🔗 Share ✅ Correct Answer: (C) long double
R Ram Sharma 🎓 Coach ⭐ 193.88K Points 📊 JAVA Q. What is the output of the Java program below? Code: int b=20; switch(b) { default: System.out.println("LION"); } (A) No output (B) LION (C) Compiler error as there are no CASE statements. (D) None 👁️ Show Answer 💬 Discuss 🔗 Share ✅ Correct Answer: (B) LION
R Ram Sharma 🎓 Coach ⭐ 193.88K Points 📊 C Programming Q. Choose a right statement. Code: float var = 3.5 + 4.5; (A) var = 8.0 (B) var = 8 (C) var = 7 (D) var = 0.0 👁️ Show Answer 💬 Discuss 🔗 Share ✅ Correct Answer: (A) var = 8.0
R Ram Sharma 🎓 Coach ⭐ 193.88K Points 📊 CSS Q. Internal styles are written within the _____ element. (A) <style>…</style> (B) <css>…</css> (C) <stylesheet>…</stylesheet> (D) Both A and B. 👁️ Show Answer 💬 Discuss 🔗 Share ✅ Correct Answer: (A) <style>…</style>
R Ram Sharma 🎓 Coach ⭐ 193.88K Points 📊 C# Q. A C# pointer is used to store the ___ of another type. (A) Value (B) Memory address (C) Size of the type (D) Reference of the variable 👁️ Show Answer 💬 Discuss 🔗 Share ✅ Correct Answer: (B) Memory address
R Ram Sharma 🎓 Coach ⭐ 193.88K Points 📊 Linux Q. Multi-line comments can be written within the ____. (A) // and // (B) ## and ## (C) /* and */ (D) /// and /// 👁️ Show Answer 💬 Discuss 🔗 Share ✅ Correct Answer: (C) /* and */