can anyone help with c code of a cycle in c++ using c code
Answers
Answered by
1
Answer:
C++ is designed to have backward compatibility with C there can be many C programs that would produce compiler error when compiled with a C++ compiler. Following are some of them. 3) In C, a void pointer can directly be assigned to some other pointer like int *, char *.
C++ is a superset of C. Almost all valid C programs are valid C++ programs. It is thus possible to write a C++ program which uses nothing in C++ which is not in C
Explanation:
Similar questions