what value is returned to operating system after program
execution?
No Answer is Posted For this Question
Be the First to Post Answer
what is the return type of printf
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
What does int main () mean?
main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?
7 Answers AMCAT, HCL, Ramco, Zycus Infotech,
Why do we use stdio h and conio h?
how to execute with out main in cprogram
Explain can static variables be declared in a header file?
A program to write a number of letters and numbers, such as counting and display
. 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.
What is a double c?
can we initialize all the members of union?
what's the return value of malloc()