Answer Posted / m abu bakar younas
C++ is called C++ because in C++, ++ is a short hand for adding 1 to a number in programming.It was basically C language.Due to some new feature, its call C++.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why c is a mother language?
Here is a neat trick for checking whether two strings are equal
How can I manipulate strings of multibyte characters?
c program for searching a student details among 10 student details
What is || operator and how does it function in a program?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
ATM machine and railway reservation class/object diagram
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?
What is maximum size of array in c?
Can we declare function inside main?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
Explain what is a pragma?
what are bit fields in c?
What are the advantages of using macro in c language?
Do pointers need to be initialized?