A. Use lcd.setCursor(0, 0) and lcd.print("Text"). LCD.setCursor(0, 0) और lcd.print("Text") का यूज़ करें।
B. Use lcd.begin(0, 0) and lcd.display("Text"). lcd.begin(0, 0) और lcd.display('Text') का यूज़ करें।
C. Use lcd.print(0, "Text") LCD.print(0, "Text") का यूज़ करें
D. Use lcd.text("Text", 0) एलसीडी.टेक्स्ट का यूज़ करें("टेक्स्ट", 0)
Correct Answer is :
A. Use lcd.setCursor(0, 0) and lcd.print("Text").