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

f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?

7 Answers   Hughes,


int a=2,b=3,c=4; printf("a=%d,b=%d\n",a,b,c); what is the o/p?

6 Answers   Verifone,


In c programming, explain how do you insert quote characters (? And ?) Into the output screen?

0 Answers  


How macro execution is faster than function ?

0 Answers   Wipro,


main() { int i; printf("%d", &i)+1; scanf("%d", i)-1; }

1 Answers  






#include <stdio.h> #define sqr(x) (x*x) int main() { int x=2; printf("value of x=%d",sqr(x+1)); } What is the value of x?

16 Answers   Accel Frontline, Opera, Oracle,


What is a C array and illustrate the how is it different from a list.

1 Answers   Amazon,


What is getche() function?

0 Answers  


hi send me sample aptitude papers of cts?

0 Answers  


What is 1d array in c?

0 Answers  


Explain what is the difference between a string and an array?

0 Answers  


how can make variable not in registers

1 Answers   TCS,


Categories