Aliensbrain
  • Home
  • Topics
  • Quizzes
  • Notebooks
  • Community
  • Sign in
  • creativity Online Quiz - 15
  • Output? #include<stdio.h> int a(void); int b(void); ...

Output? #include int a(void); int b(void); int c(void); int sum(int ,int ,int); int a() {printf ("1"); return 1;} int b() { printf("2"); return 2;} int c(){ printf("3"); return 3;} int sum(int a , int b ,int c) { return(a+b+c);} int main() { printf("%d",sum(a(),b(),c())); return 0; }

softskills creativity
  1. 123

  2. 6123

  3. 1236

  4. 3216


Show answer
Correct Option: D

Find more quizzes:

© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy