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
How can I manipulate strings of multibyte characters?
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
Should I learn data structures in c or python?
Explain the use of keyword 'register' with respect to variables.
What is void main () in c?
What are the types of variables in c?
What is the advantage of an array over individual variables?
What is pointers in c?
Explain do array subscripts always start with zero?
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
What are the 4 types of programming language?
Are bit fields portable?
Why is structure important for a child?
What are the advantages of the functions?
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?