What is spaghetti programming?
No Answer is Posted For this Question
Be the First to Post Answer
Do you know what are the properties of union in c?
what are far pointers?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
What is the deal on sprintf_s return value?
An interactive c program to read basic salary of 15 persons. each person gets 25% of basic as HRA, 15%of basic as conveyance allowances, 10%of basic as entertainment allowances.The total salary is calculated by adding basic+HRA+CA+EA.Calculate how many out of 15 get salary above 10,000.Rs also print the salary of each employee
what is void pointer?
What do you mean by scope of a variable in c?
what are two categories of clint-server application development ?
What is static volatile in c?
int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?
What is the use of linkage in c language?
difference between malloc and calloc