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 |
Who developed c language?
Write a C function to search a number in the given list of numbers. donot use printf and scanf
Please provide question papers of NATIONAL INFORMATICS CENTRE for Scientific officer
WHAT IS HIGH LEVEL LANGUAGE?
how to use enum datatype?Please explain me?
What are the ways to a null pointer can use in c programming language?
How to draw the flowchart for structure programs?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
What are pointers? What are stacks and queues?
What are enumerated types?
Why doesnt long int work?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?