Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?


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

Post New Answer

More C Interview Questions

i want to have a program to read a string and print the frequency of each character and it should work in turbo c

3 Answers   Persistent, Wipro,


Print the foll in C...eg when n=5 the o/p must b + + + + + + + + + + + + + + + + +

1 Answers  


which types of data structure will i use to convert infix to post fix???

5 Answers   IIT,


Tell me what are bitwise shift operators?

0 Answers  


Multiply an Integer Number by 2 Without Using Multiplication Operator

0 Answers  






What is the difference between near, far and huge pointers?

0 Answers  


What is cohesion and coupling in c?

0 Answers  


Suggesting that there can be 62 seconds in a minute?

0 Answers  


What are the different types of data structures in c?

0 Answers  


In a switch statement, explain what will happen if a break statement is omitted?

0 Answers  


1. Write the function int countchtr(char string[ ], int ch); which returns the number of times the character ch appears in the string. Example, the call countchtr(“She lives in NEWYORK”, ‘e’) would return 3.

4 Answers  


#include<stdio.h> int main() { int i=0,j=1,k=2,m,n=0; m=i++&&j++&&k++||n++; printf("%d,%d,%d,%d,%d",i,j,k,m,n); }

12 Answers   Capital IQ, Sasken,


Categories