Sunday, February 27, 2011

C++ programming language FAQ

PREPROCESSOR Question and Answer for Placement in C programming language

1) #define max 10
void main()
{
int i;
i=++max;
clrscr();

printf("%d",i);
getch();
}


Operators C Programming Language Question with Explanation

1)what will output ?
void main()
{
float a=0.7;
if(a<0.7)
printf("C");
}
else
{
printf("C++");
}}


 CLICK HERE FOR MORE..... 

Placement Question Basic C/ C++ programming language - Frequently Asked Questions

What is the difference between a copy constructor and an overloaded assignment operator?

 CLICK HERE FOR MORE..... 

Placement Question with Solution Basic of C/ C++ programming language /OOPS - - Frequently Asked Questions

1) What is Dangling Pointer?

No comments:

Post a Comment

Thanks to given comments.......

My Blog List