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

Answer Posted / jibin jose

type conversion in c : (Datatype)value
type conversion in c++ : int(Datatype)

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?

1577


What is the default value of local and global variables in c?

563


What are the characteristics of arrays in c?

618


What is a const pointer?

642


What is operator promotion?

635






design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.

1501


What is the usage of the pointer in c?

608


What are the restrictions of a modulus operator?

643


What is identifiers in c with examples?

682


How many bytes is a struct in c?

732


What is a protocol in c?

565


What does emoji p mean?

612


What is a structure member in c?

554


What is #include in c?

606


What is the use of typedef in structure in c?

551