Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

how to get starting address of a running C program

3 Answers  


What is main () in c language?

0 Answers  


what are two kinds of java

2 Answers  


What are header files in c programming?

0 Answers  


i want explaination about the program and its stack reprasetaion fibbo(int n) { if(n==1 or n==0) return n; else return fibbo(n-1)+fibbo(n-2); } main() { fibbo(6); }

2 Answers  


write a program to find the largest and second largest integer from an array

2 Answers   Value Labs,


1. main() { printf("%d",printf("HelloSoft")); } Output?

3 Answers   HCL,


What is a pointer and how it is initialized?

0 Answers  


count the numbers between 100 and 300, that star with 2 and ends with 2

5 Answers   Mind Tree,


how to swap two nubers by using a function with pointers?

1 Answers  


What are formal parameters?

0 Answers  


Give me the code of in-order recursive and non-recursive.

0 Answers   DELL,


Categories