k. mahesh kumar

Greenhorn
+ Follow
since Oct 19, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by k. mahesh kumar

Thank you Christophe Verré
14 years ago
Could you please tell me in what way it differ from catch(exception e){}
14 years ago
Please post your Reply. Thanks in advance
14 years ago
I think Turbo C++ compiler is the best one according to Engineering perspective
14 years ago
//using logical NOT operator
#include<iostream.h>
int main()
{
int a;
cout<<"enter the value i.e 0 or 1"<<endl;
cin>>a;
cout<<"the opposite is"<<!a<<endl;

return 1;
}
14 years ago