ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories  >>  Software  >>  Programming Languages  >>  C
 
 


 

 
 C interview questions  C Interview Questions
 C++ interview questions  C++ Interview Questions
 VC++ interview questions  VC++ Interview Questions
 Delphi interview questions  Delphi Interview Questions
 Programming Languages AllOther interview questions  Programming Languages AllOther Interview Questions
Question
Explain what?s happening in the first constructor: public
class c{ public c(string a) : this() {;}; public c() {;} }
How is this construct useful? 
 Question Submitted By :: Semo
I also faced this Question!!     Rank Answer Posted By  
 
  Re: Explain what?s happening in the first constructor: public class c{ public c(string a) : this() {;}; public c() {;} } How is this construct useful?
Answer
# 1
When constructor public c(string a) is called to construct
an object, it first calls the default constructor then the
initialisation procedures in public c(string a).
 
Is This Answer Correct ?    1 Yes 0 No
Vijaykumar
 

 
 
 
Other C Interview Questions
 
  Question Asked @ Answers
 
f(x,y,z) { y = y+1; z = z+x; } main() { int a,b; a = 2 b = 2; f(a+b,a,a); print a; } what is the value of 'a' printed  4
What is the relation between # and include<stdio.h> HCL3
what is array?  6
program for comparing 2 strings without strcmp()  3
fun(int x) { if(x > 0) fun(x/2); printf("%d", x); } above function is called as: fun(10); what will it print? } NDS13
how can we use static and extern?and where can we use this? Excel3
What are volatile variables?  1
a 'c' program to tell that the set of three coordinates lie on a same line Persistent1
differentiate between const char *a; char *const a; and char const *a; HCL1
Explain following declaration int *P(void); and int (*p)(char *a);  2
How to access or modify the const variable in c ? HP4
1.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array? Qualcomm2
what is the advantage of using SEMAPHORES to ORDINARY VARIABLES??? NSN1
WAP to accept first name,middle name & last name of a student display its initials? NIIT2
how to print a statement in c without use of console statement ,with the help of if statement it should print Satyam2
HOW DO YOU HANDLE EXCEPTIONS IN C? AppLabs2
helllo sir give me some information of the basic information the c as printf ,scanf , %d ,%f and why is the main use of these.  3
code for copying two strings with out strcpy() function.  5
Convert the following expression to postfix and prefix X $ Y Z - M + N + P / Q / (R + S)  2
How do I access command-line arguments? Wipro2
 
For more C Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com