hi, this is raju,iam studying b.tech 2nd year,iam want know
about group1 and group2 details, and we can studying
without going to any instutions? please help me.
No Answer is Posted For this Question
Be the First to Post Answer
i=20;k=0; for(j=1;k-i;k+=j<10?4:3) { cout<<k; } //please comment on the output
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What is the difference between declaration and definition?
What is encapsulation with example?
explain dynamic binding by drowing
WHY FUCTION OVERLOADING DOSENOT RETURN A RETEN TYPE
What is abstraction?
Child cObj = new Parent() Wahts the output ?
What is the importance of oop?
Is following functions are said to be overloaded? int add(int a,int b) char *add(int a,int b)
explain defference between structure and class with example
What is super in oop?