What are the 5 types of inheritance in c ++?


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

Post New Answer

More C Interview Questions

What are the rules for the identifier?

0 Answers  


Give basis knowledge of web designing ...

0 Answers   HCL,


#include<stdio.h> void main() { int =1; printf("%d%d%d",a++,++a,++a); }

3 Answers   VB,


what is inline function?

2 Answers  


What is an expression?

0 Answers  






What is actual argument?

0 Answers  


Discuss the function of conditional operator, size of operator and comma operator with examples.

0 Answers   TCS,


declare afunction pointer to int printf(char *)?

1 Answers   HCL,


write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]

7 Answers   Calsoft,


"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above

0 Answers  


Please list all the unary and binary operators in C.

3 Answers  


What is a pointer on a pointer in c programming language?

0 Answers  


Categories