Answer Posted / vaishali bhajbhuje
1. c is structure language while c++ is an object oriented language.
2. Function overloading is possible in c++ because in c++ calling depends on the fun-name and parameter list.
3. c is topdown parsing.c++ is bottom up parsing.
4. c can don only static binding while c++ can done static as well as dynamic binding.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the difference between the local variable and global variable in c?
What is n in c?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
What is a static variable in c?
Differentiate Source Codes from Object Codes
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
why wipro wase
What is a loop?
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
What is selection sort in c?
What is the best way to store flag values in a program?
How do you search data in a data file using random access method?
Explain how to reverse singly link list.
Write a Program to find whether the given number or string is palindrome.