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 array in c with example?
What is a 'null pointer assignment' error?
i want to have a program to read a string and print the frequency of each character and it should work in turbo c
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
Why should I use standard library functions instead of writing my own?
why 'c' is called middle level language.
in iso what are the common technological language?
C language questions for civil engineering
Program to trim a given character from a string.
How can you increase the size of a dynamically allocated array?
what is the difference between %d and %*d in c languaga?
what is data structure?