what is available in C language but not in C++?

Answer Posted / amit soni

c is a structured language but c++ is object orientd.

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.

1513


What is unsigned int in c?

549


Do you know null pointer?

596


What are types of structure?

595


What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.

3722






What is stack in c?

599


In C programming, what command or code can be used to determine if a number of odd or even?

614


What are reserved words?

643


c program for searching a student details among 10 student details

1646


Is return a keyword in c?

590


Which are low level languages?

619


What is .obj file in c?

640


Why is C language being considered a middle level language?

643


Badboy is defined who has ALL the following properties: Does not have a girlfriend and is not married. He is not more than 23 years old. The middle name should be "Singh" The last name should have more than 4 characters. The character 'a' should appear in the last name at least two times. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers

1416


I have a varargs function which accepts a float parameter?

566