Are there constructors in c?


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

Post New Answer

More C Interview Questions

write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.

0 Answers  


There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side?

8 Answers   Google,


control 50 devices which has 2 states on and off.using bitwise operator.plz answer it its urgent

1 Answers  


what is a NULL pointer?

2 Answers  


What are the parts of c program?

0 Answers  






What do you understand by friend-functions? How are they used?

0 Answers   iNautix,


What are keywords c?

0 Answers  


Is return a keyword in c?

0 Answers  


What is the most efficient way to store flag values?

0 Answers  


print 1-50 with two loop & two print Statement

2 Answers  


State the difference between realloc and free.

0 Answers   Aricent,


which of the following go out of the loopo if expn 2 becoming false a.while(expn 1){...if(expn 2)continue;} b.while(!expn 1){if(expn 2)continue;...} c.do{..if(expn 1)continue;..}while(expn 2); d.while(!expn 2){if(expn 1)continue;..}

4 Answers   TCS,


Categories