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
we all know about the function overloading concept used in C++ and we all learnt abt that.... but that concept is already came in C in a very smaller propotion ... my question is IN WHICH CONCEPT THERE IS A USE OF FUNCTION OVERLOADING IS USED in C language?????????????
Write a progarm to find the length of string using switch case?
What is the difference between CV and Resume ?
What are the 4 data types?
Reverse a string word by word??
what is the use of c program?
4 Answers Synergy, Web Synergies,
Difference between linking and loading?
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
Why we not create function inside function.
what is the output of the following program? main() { int i=-1,j=-1,k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d %d %d %d %d",i,j,k,l,m); }
All technical questions