Give me basis knowledge of c , c++...
Answers were Sorted based on User's Feedback
Answer / sri
in C structures are used...but in cpp classes are
used..which is more secured
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / nirmal kumar tailor
c is a procedural language and C++ is object oriented
language
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / raji
c having no security for data..but c++ having that
security,using class(access specifier).
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / raji
c uses the top-down approach.c++ uses bottom-up approach
| Is This Answer Correct ? | 4 Yes | 3 No |
Answer / sri
C has no pointers and multiple inheritance but c++ have a point results and support multiple inheritance
| Is This Answer Correct ? | 0 Yes | 0 No |
What is realloc in c?
Define the scope of static variables.
wat is the difference between array and pointer?
hi , please send me NIC written test papers to sbabavalli@gmail.com
Is multithreading possible in c?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
what is the difference between getch() and getche()?
What is the difference between ‘g’ and “g” in C?
What is s in c?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
How can you draw circles in C?
What is function pointer and where we will use it