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 value is returned to operating system after program execution?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
Are the variables argc and argv are local to main?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
What is wrong with this declaration?
What are the properties of union in c?
Explain what is the difference between a string and an array?
Why can arithmetic operations not be performed on void pointers?
What the different types of arrays in c?
What are the rules for identifiers in c?
Write the control statements in C language
What is the correct declaration of main?