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
int zap(int n) { if(n<=1)then zap=1; else zap=zap(n-3)+zap(n-1); } then the call zap(6) gives the values of zap [a] 8 [b] 9 [c] 6 [d] 12 [e] 15
what is the difference between #include<stdio.h> and #include"stdio.h" ?
Write a Program to accept different goods with the number, price and date of purchase and display them
what is bitwise operator?
How do you write a program which produces its own source code as output?
What is 'bus error'?
how to print "hai" in c?
What does dm mean sexually?
What are the string functions? List some string functions available in c.
what are the difference between ANSI C and Let Us c and Turbo C
What are the different types of constants?
program to convert a integer to string in c language'