aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • Informatics Practices
  • Which of the following is the static variable? Static Fun...
Multiple choice

Which of the following is the static variable? Static Function trial() As String Static i As String Dim d As Double i = A trial = i End Function

  1. i

  2. d

  3. i and d

  4. none of these

Reveal answer Fill a bubble to check yourself
C Correct answer

Keep practicing — related questions

  • What will be the output of the following code segment? Static Function trial( ) As String Static i As Strin...
  • What will be the output of the following function? main() { static int var = 5; printf(%d ,var--); if(var) ...
  • A variable is made available throughout the program by using the keyword
  • class C{ static int f1(int i) { System.out.print(i + ","); return 0; } public static void main (String[] ar...
  • What is the output of following Program class C{ static int f1(int i) { System.out.print(i + ","); return 0...
  • A static variable is
  • main() { static int var = 5; printf("%d ",var--); if(var) main(); }
  • void func(){ double d; static int si; int i; }; where will be memory allocated for the variables?
Play the full quiz 🎤 Practise this topic out loud

Practice this topic

  • Programming Output Evaluation (1721 questions)
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy