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 a example of a variable?
What is #include stdio h and #include conio h?
What is the use of pointers in C?
0 Answers Impetus, Motorola, Tavant Technologies, Virtusa,
How to write a code for random pick from 1-1000 numbers? The output should contain the 10 numbers from the range 1-1000 which should pick randomly, ie ,for each time we run the code we should get different outputs.
What is the difference between c &c++?
2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);
What is a macro, and explain how do you use it?
to convert a string without using decrement operater and string functions
write a program wch produces its own source code aas its output?
Is it fine to write void main () or main () in c?
how to build a exercise findig min number of e heap with list imlemented?
What does s c mean in text?