aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • C++ Programming Fundamentals
  • What will be the output for the following? #include { int...
Multiple choice

What will be the output for the following? #include<iostream.h> { int x[6]={62,45,7,10,82,90}; cout<<*x; }

  1. 62

  2. 0

  3. 1

  4. 6

Reveal answer Fill a bubble to check yourself
C Correct answer

Keep practicing — related questions

  • public class Question { public static void main(String args[]) { int x=y=10; y=12; System.out.print(x+"&"+y...
  • public class Question { public static void main(String args[]) { int x=y=10; y=12; System.out.print(x+"&"+y...
  • A rectangle has the dimensions of 14 cm x 10 cm. It's length is reduced by 'x' cm and it's breadth is incre...
  • public class Question { public static void main(String args[]) { int x=010; System.out.print("X="+x); } }
  • public class Question { public static void main(String args[]) { int x=0x10; System.out.print("X="+x); } }
  • public class Question { public static void main(String args[]) { int x=010; System.out.print("X="+x); } }
  • public class Question { public static void main(String args[]) { int x=0x10; System.out.print("X="+x); } }
  • The MATLAB output on Command Window for the last command entered is syms x f=3*x^2 subs(f,x,5)
Play the full quiz 🎤 Practise this topic out loud

Practice this topic

  • Programming Fundamentals (2381 questions)
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy