from which concept of 'c', the static member function
of 'c++' has came?



from which concept of 'c', the static member function of 'c++' has came?..

Answer / sandeep

main

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C Interview Questions

a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion

0 Answers   Mindteck,


Explain the difference between exit() and _exit() function?

0 Answers  


What is return type in c?

0 Answers  


What are the types of data files?

0 Answers  


increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {

2 Answers   HCL, Syntel, TCS,






i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none

0 Answers  


What do header files do?

0 Answers  


write a c program to calculate sum of digits till it reduces to a single digit using recursion

0 Answers   IBM,


Is c an object oriented programming language?

1 Answers  


what is the difference between const char *p, char const *p, const char* const p

5 Answers   Accenture, Aricent, CTS, Geometric Software, Point Cross, Verizon,


Explain about C function prototype?

0 Answers  


What are 'near' and 'far' pointers?

0 Answers  


Categories