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


Please Help Members By Posting Answers For Below Questions

How can I manipulate strings of multibyte characters?

808


cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration

857


Should I learn data structures in c or python?

750


Explain the use of keyword 'register' with respect to variables.

801


What is void main () in c?

935


What are the types of variables in c?

771


What is the advantage of an array over individual variables?

976


What is pointers in c?

886


Explain do array subscripts always start with zero?

944


exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above

886


What are the 4 types of programming language?

768


Are bit fields portable?

898


Why is structure important for a child?

824


What are the advantages of the functions?

856


Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?

1228