aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • C Programming Fundamentals
  • How can we represent the Null string?
Multiple choice

How can we represent the Null string?

  1. 0

  2. “ “

  3. ;

  4. { }

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

This symbol represents Null string. Null string is also known as empty string.

Keep practicing — related questions

  • $input = “abdce”; $output = $input =~ s/abc/123; print $input; print $output
  • public static void main(String[] args) { String str = "null"; if (str == null) { System.out.println("null")...
  • public static void main(String[] args) { String str = "null"; if (str == null) { System.out.println("null")...
  • public static void main(String[] args) { String str = "null"; if (str == null) { System.out.println("null")...
  • The last character in a string must be_________
  • is_null(is_valid(NULL))
  • NULL character is
  • Which character represents the ASCII value 0?
Play the full quiz 🎤 Practise this topic out loud
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy