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

Is printf a keyword?

0 Answers  


Which is better oop or procedural?

0 Answers  


I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.

0 Answers  


Is array name a pointer?

0 Answers  


How do i store a paragraph into a string? for example, if i input a long paragraph, the program will read the words one by one and concatenate them until no word is left.

1 Answers  






Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?

0 Answers   Celstream,


In the below code, how do you modify the value 'a' and print in the function. You'll be allowed to add code only inside the called function. main() { int a=5; function(); // no parameters should be passed } function() { /* add code here to modify the value of and print here */ }

1 Answers  


what is differnence b/w macro & functions

1 Answers  


What is a floating point in c?

0 Answers  


What is the value of c?

0 Answers  


Explain the properties of union. What is the size of a union variable

0 Answers  


explain what is a newline escape sequence?

0 Answers  


Categories