Answer Posted / pavan kumar
This is of because C was developed into C++ in two stages...
so,
the developers were fisrt named as C+ and later it was
finalasied as C++
Thank you....
P@1
| Is This Answer Correct ? | 18 Yes | 28 No |
Post New Answer View All Answers
How does struct work in c?
What is the value of h?
What is an array in c?
Is c dynamically typed?
Why we not create function inside function.
Why is c so important?
Why do we write return 0 in c?
regarding pointers concept
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
How can I manipulate strings of multibyte characters?
Can we declare a function inside a function in c?
How can a process change an environment variable in its caller?
Why is c platform dependent?
What is your stream meaning?
Do you have any idea about the use of "auto" keyword?