What is the 'named constructor idiom'?


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

Post New Answer

More C Interview Questions

In the below code, how do you modify the value 'a' and print in the function. You'll be allowed to add code only inside the called function. main() { int a=5; function(); // no parameters should be passed } function() { /* add code here to modify the value of and print here */ }

1 Answers  


Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.

0 Answers  


write a program to swap two numbers without using temporary variable?

3 Answers  


What is && in c programming?

0 Answers  


Can the curly brackets { } be used to enclose a single line of code?

0 Answers  






is assignment operator is arithmatic or not

3 Answers   Infosys,


1.find the second maximum in an array? 2.how do you create hash table in c? 3.what is hash collision

9 Answers   HCL, Qualcomm,


Does sprintf put null character?

0 Answers  


what does " calloc" do?

7 Answers   Cadence, Logos,


What are Storage Classes in C ?

32 Answers   CTS, HP, IBM, Maharaja Whiteline, Tamil Nadu Open University TNOU, TATA, TCS, Wipro,


Is there any book to know about Basics of C Language?

4 Answers  


Method Overloading exist in c ?

3 Answers   Wipro,


Categories