aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • C and C++ Programming Fundamentals
  • What will be output if you will Execute following c code?
Multiple choice technology programming languages

What will be output if you will Execute following c code?

  1. 5,4

  2. -4,4

  3. -5,4

  4. -4,5

  5. Compilation Error

Reveal answer Fill a bubble to check yourself
C Correct answer

Keep practicing — related questions

  • What will be output if you will Execute following c code? #include int main() { int num,a=5; num=-a--; prin...
  • What will be output if you will execute following c code?
  • What will be the output of the following code? #include<stdio.h> int main() { int num,a=5; num=-a--; printf...
  • What will be the output of following code segment? #include int main() { int num,a=5; num=-a--; printf("%d ...
  • What will be output if you will execute following c code? #include #include void main() { int a[]={0,1,2,3,...
  • what is the output of the following program
  • What will be the output of the following program : void main() { int a=1,b=2,c=3,d=4,e; e=(a,a)+(b,c)+(c,d)...
  • What will be the output of the following program : void main() { int i=5; printf("%d %d %d %d %d",++i,i++,i...
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