what is available in C language but not in C++?
Answer Posted / sara
pointers r available in c which is not available in c++
| Is This Answer Correct ? | 8 Yes | 44 No |
Post New Answer View All Answers
What is the difference between the local variable and global variable in c?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
provide an example of the Group by clause, when would you use this clause
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
Can you please explain the scope of static variables?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
What is #include cctype?
What is sizeof int in c?
What is the use of define in c?
Is using exit() the same as using return?
Is c pass by value or reference?
What is c definition?
How does #define work?
What is non linear data structure in c?
Why do we use main function?