What is the difference between a function and a method in c?
No Answer is Posted For this Question
Be the First to Post Answer
What do you understand by friend-functions? How are they used?
what is the significance of static storage class specifier?
main difference between c and c++ language
How to add two numbers with using function?
What does dm mean sexually?
When should a type cast not be used?
What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }
8 Answers MindFire, TCS, Tech Mahindra,
what is void pointer?
write the program to find multiplication of 2-D matrix??????????
void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }
Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...
triangle number finding program...