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
What is a double c?
How can I write functions that take a variable number of arguments?
What is spark map function?
How are structure passing and returning implemented?
What is the advantage of c?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
How can I find the modification date of a file?
What is gets() function?
What is the difference between struct and typedef struct in c?
What is sizeof int in c?
What are register variables in c?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
How will you find a duplicate number in a array without negating the nos ?
How can a program be made to print the line number where an error occurs?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?