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 |
How can I generate floating-point random numbers?
What are the advantage of c language?
give one ip, find out which contry
what is a function prototype?
find second largest element in array w/o using sorting techniques? use onle one for loop.
15 Answers BitWise, Zycus Infotech,
Can we replace the struct function in tree syntax with a union?
Explain what are its uses in c programming?
list the no of files created when c source file is compiled
Explain can the sizeof operator be used to tell the size of an array passed to a function?
What are dangling pointers? How are dangling pointers different from memory leaks?
What are the various topologies? Which one is the most secure?
Write a program to reverse a linked list in c.