What is C++
Answers were Sorted based on User's Feedback
Answer / prasanna
c++ is the extention language of c.
it is a object oriented language
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / suganya
c is a structure oriented language and c++ is the object
oriented language
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / chirag
C is object oriented language.
C is very easy language.
| Is This Answer Correct ? | 3 Yes | 6 No |
how to construct a simulator keeping the logical boolean gates in c
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
How to draw the flowchart for structure programs?
write a c program to remove all the duplicate characters in a string and replace with single character? ex:-input- AAABBBCCC output- ABC
code for reverse alternate words from astring
what is the difference between #include<stdio.h> and #include "stdio.h" ?
Are pointers really faster than arrays?
What is the best way to comment out a section of code that contains comments?
Stimulate calculator using Switch-case-default statement for two numbers
Explain what is a static function?
why the execution starts from main function
how to swap 2 numbers within a single statement?