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

Explain what?s happening in the first constructor: public class c{ public c(string a) : this() {;}; public c() {;} } How is this construct useful?

1 Answers  


c program to print a name without using semicolon

9 Answers   TCS, Wipro,


What is your stream meaning?

0 Answers  


Find greatest of two numbers using macro

4 Answers   Bosch, Siemens,


What is the difference between malloc() and calloc() function in c language?

0 Answers  






C program to find all possible outcomes of a dice?

0 Answers  


what is difference between userlevel threads and kernel level threads ?what are the trades offs between these two approaches ? what approach is most frequently used and why ?

1 Answers  


Why pointers are used in c?

0 Answers  


Write a routine that prints out a 2-D array in spiral order!

1 Answers   Lucent,


Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;

0 Answers  


"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks

0 Answers  


Why does everyone say not to use scanf? What should I use instead?

0 Answers  


Categories