Can 'this' pointer by used in the constructor?


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

Post New Answer

More C Interview Questions

compute the nth mumber in the fibonacci sequence?

10 Answers   Canon, HPL, Satyam, TCS,


how to do in place reversal of a linked list(singly or doubly)?

3 Answers  


What is volatile, register definition in C

0 Answers   Cognizant,


What is spark map function?

0 Answers  


Why cant I open a file by its explicit path?

0 Answers  






what is the output of the program?? #include<stdio.h> main ( ) { int a=010,sum=0,tracker: for(tracker=0;tracker<=a;tracker++) sum+=tracker; printf(ā€œ %d\nā€,sum); } what is the difference between a=10 and a=010??

3 Answers   Oracle,


The statement, int(*x[]) () what does in indicate?

0 Answers  


A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers

0 Answers  


How #define works?

0 Answers  


Give differences between - new and malloc() , delete and free() ?

0 Answers   Genpact,


Which are low level languages?

0 Answers  


what is foreign key in c language?

1 Answers   ADP,


Categories