What is dynamic dispatch in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Write a programm such that if user enter 11.25 it roundup to 11 but if user enter 11.51 upto 11.99 it will round up to 12 i.e.;convert the floting point value into integer format as explain above..
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What is #line?
what is diognisis?
wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
struct node {struct node*temp,*new} prinf("%d",sizeof(struct node));
What are keywords in c with examples?
write a program whose output will be- 1 12 123 1234
Describe wild pointers in c?
How can I use a preprocessorif expression to ?
What does sizeof int return?