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

what is a function pointer and how all to declare ,define and implement it ???

4 Answers   Honeywell,


How to find a missed value, if you want to store 100 values in a 99 sized array?

0 Answers   Honeywell, Zomato,


output for following code??? main() { int x=2,y,z; x*=3+2; printf("1.%d\n",x); x*=y=z=4; printf("2.%d %d %d\n",x,y,z); x=y==z; printf("3.%d\n",x); x==(y=z); printf("%d",x); }

2 Answers   Elysium,


Explain what are multidimensional arrays?

0 Answers  


How do you use a pointer to a function?

0 Answers  






Explain the difference between strcpy() and memcpy() function?

0 Answers  


What does %f mean c?

1 Answers  


A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none

0 Answers  


What are # preprocessor operator in c?

0 Answers  


How can I split up a string into whitespace-separated fields?

0 Answers  


WRITE A C PROGRAM TO FIND SECOND BIGGEST VALUE FROM THE GIVEN VALUES

1 Answers  


What are the complete rules for header file searching?

0 Answers  


Categories