 
             
            Functions - Programming
| Q1:  What will be the output of the following program?
#include<iostream.h>
int AptitudeFunction(int a, int b = 3, int c = 3)
{
    cout<< ++a * ++b * --c ; 
    return 0;
}
int main()
{
    AptitudeFunction(5, 0, 0); 
    return 0;
}A 8
  B 6
  C -6
  D -8
  ANS:A - 8 No answer description is available. Let's discuss. | 
 
             
                            
                                    For help Students Orientation 
                                    Mcqs Questions
                                
                                One stop destination for examination, preparation, recruitment, and more. Specially designed online test to solve all your preparation worries. Go wherever you want to and practice whenever you want, using the online test platform.
 
                            