What header files do I need in order to define the standard library functions I use?
No Answer is Posted For this Question
Be the First to Post Answer
What is the size of array float a(10)?
will u please send me the placement papers to my mail???????????????????
Between macros and functions,which is better to use and why?
How is a macro different from a function?
c program to subtract between two numbers without using '-' sign and subtract function.
struct abc { unsigned int a; char b; float r; }; struct xyz { int u; struct abc tt; }ww; ww = (struct xyz*)malloc(sizeof(struct xyz)); will the memory be allocated for the inner structure also?
Given an unsigned integer, find if the number is power of 2?
How can my program discover the complete pathname to the executable from which it was invoked?
. A database table called PERSON contains the fields NAME, BASIC and HRA. Write a computer program to print a report which employee name and total salary for those employees whose total salary is more than 10,000. Total Salary = BASIC + HRA. At the end, the program should also print the total number of employees whose total salary is more than 10,000.
How will you allocate memory to double a pointer?
Explain how can a program be made to print the name of a source file where an error occurs?
What is a program flowchart and explain how does it help in writing a program?