what kind of projects are suitable for c and c++
No Answer is Posted For this Question
Be the First to Post Answer
#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }
What is #include c++?
Difference between linked list and array?
What is the purpose of extern storage specifier?
Explain pass by value and pass by reference.
What is a dll entry point?
if i want cin 12345678910 and cout abcdefghij. so how can i create the program?. example : if i key in 8910 so the answer is ghij.
diff between pointer and reference in c++?
What are the total number of lines written by you in C/C++? What is the most complicated or valuable program written in C/C++?
Explain dangling pointer.
What is DlgProc?
What does #define mean in c++?