Is eclipse good for c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

which operator is used for performing an exponential operation a) > b) ^ c) none

0 Answers  


What is the difference between Class and Structure?

40 Answers   HP, IBM, Samsung, TCS,


Is c++ an integer?

0 Answers  


What is function overriding in c++?

0 Answers  


this is to swap to strings....but in output the whole strings are swapped leaving first as it is...why it is so #include<iostream.h> int main() { char a[]="ajeet"; char b[]="singh"; long x=*a; long y=*b; cout<<x<<":"<<y; x=x+y; y=x-y; x=x-y; *a=x; *b=y; cout<<x<<":"<<y; cout<<&a<<endl; cout<<&b<<endl; }

1 Answers  






What is a binary file? List the merits and demerits of the binary file usagein C++.

0 Answers  


How to avoid changing constant values?

2 Answers   Symphony,


What do you mean by a template?

0 Answers  


What is multithreading and what is its use?Whats are multithreading techniques used in C++?

1 Answers  


What is else syntax in c++?

0 Answers  


Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.

0 Answers   TCS,


What is "strstream" ?

1 Answers   Huawei,


Categories