What is the meaning of 2d in c?
No Answer is Posted For this Question
Be the First to Post Answer
class foo { public: static int func(const char*& p) const; }; This is illegal, why?
Do you know the use of fflush() function?
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 are the advantages of the functions?
What is use of pointer?
Do you know what are the properties of union in c?
What does d mean?
What is the meaning of ?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
Explain what are linked list?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
What should not contain a header file?