Are c and c++ the same?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

which operator is known as dummy operator in c?

2 Answers   Wipro,


What is register variable in c language?

0 Answers  


What is table lookup in c?

0 Answers  


What does d mean?

0 Answers  


Function calling procedures? and their differences? Why should one go for Call by Reference?

0 Answers   ADP,






Explain what are the advantages and disadvantages of a heap?

0 Answers  


main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }

8 Answers   Vector,


Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.

0 Answers   Sikkim Manipal University,


biggest of two no's with out using if condition statement

5 Answers  


Why double pointer is used in c?

0 Answers  


What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?

0 Answers  


how to make a scientific calculater ?

0 Answers  


Categories