Is c++ based on c?


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

Post New Answer

More C Interview Questions

What is dangling pointer in c?

0 Answers  


how can i calculate mean,median,mode by using c program

1 Answers   HCL,


Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....

2 Answers  


main() { int i; printf("%d",i^i); }

1 Answers  


what will be the output of this program? void main() { int a[]={5,10,15}; int i=0,num; num=a[++i] + ++i +(++i); printf("%d",num); }

6 Answers   Microsoft,






Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings

0 Answers  


Program to trim a given character from a string.

5 Answers   NetApp,


Explain the difference between the local variable and global variable in c?

0 Answers  


what is diognisis?

1 Answers  


what are the files which are automatically opened when a c file is executed?

3 Answers  


Why the use of alloca() is discouraged?

2 Answers   Oracle,


What are the preprocessor categories?

0 Answers  


Categories