What are the similarities between c and c++?


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

Post New Answer

More C Interview Questions

How to convert a binary number to Hexa decimal number?? (Note:Do not convert it into binary and to Hexadecimal)

1 Answers   iLantus, Subex,


24.what is a void pointer? 25.why arithmetic operation can’t be performed on a void pointer? 26.differentiate between const char *a; char *const a; and char const *a; 27.compare array with pointer? 28.what is a NULL pointer? 29.what does ‘segmentation violation’ mean? 30.what does ‘Bus Error’ mean? 31.Define function pointers? 32.How do you initialize function pointers? Give an example? 33.where can function pointers be used?

2 Answers  


Why can't I perform arithmetic on a void* pointer?

0 Answers  


How do you convert strings to numbers in C?

0 Answers  


what is a NULL pointer?

2 Answers  






Give the Output : * * * * * * * * * *

2 Answers  


How to reverse a string using a recursive function, with swapping?

5 Answers  


What do you know about the use of bit field?

0 Answers  


Difference between macros and inline functions? Can a function be forced as inline?

0 Answers   HAL, Honeywell, Zomato,


What is a dynamic array in c?

0 Answers  


Describe for loop and write a c program to sum the series X + x2/2! + x3 /3! + …….. up to fifteen terms.

2 Answers  


1)which of following operator can't be overloaded. a)== b)++ c)?! d)<=

16 Answers   CybOrg, Siemens,


Categories