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

main() { printf(5+"Vidyarthi Computers"); }

6 Answers  


What is gets() function?

0 Answers  


Can a program have two main functions?

0 Answers  


What are qualifiers?

0 Answers  


What is bash c?

0 Answers  






write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a<b,printb.find the sum digits of that number & then print.if a==b multiply 10 with a & add 20 with b store in c and then print

0 Answers  


Is c# a good language?

0 Answers  


what is meant by the "equivalence of pointers and arrays" in C?

3 Answers   Satyam,


How the processor registers can be used in C ?

7 Answers   HP,


Given a number N, product(N) is the product of the digits of N. We can then form a sequence N, product(N), product(product(N))… For example, using 99, we get the sequence 99, 99 = 81, 81 = 8. Input Format: A single integer N Output Format: A single integer which is the number of steps after which a single digit number occurs in the sequence. Sample Test Cases: Input #00: 99 Output #00: 2 Explanation: Step - 1 : 9 * 9 = 81 Step - 2 : 8 * 1 = 8 There are 2 steps to get to this single digit number. Input #01: 1137638147

2 Answers  


the question is that what you have been doing all these periods (one year gap)

0 Answers   HCL,


What is the process to create increment and decrement stamen in c?

0 Answers  


Categories