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

Write a program to identify if a given binary tree is balanced or not.

688


In C, What is the #line used for?

1064


What are the header files used in c language?

589


What is n in c?

575


Explain logical errors? Compare with syntax errors.

631






What is the use of getchar() function?

630


Tell us the use of fflush() function in c language?

641


What is the difference between functions getch() and getche()?

623


How many keywords are there in c?

591


What is the difference between declaring a variable and defining a variable?

725


What are the application of c?

650


In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.

1381


What is the meaning of ?

622


Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.

627


Describe how arrays can be passed to a user defined function

784