What is meant by errors and debugging?
What is malloc calloc and realloc in c?
What is the Difference between Macro and ordinary definition?
3 Answers Bosch, Cognizant, College School Exams Tests, Motorola,
Explain null pointer.
write a c program to calculate the income tax of the employees in an organization where the conditions are given as. (I.T. = 0 if income <100000 I.T = 10% if income _< 200000 it = 20% if income >_ 200000)
7 Answers Consultancy, DBU, FD, JK Associates, Kobe, Satyam,
Explain what is #line used for?
write a program to find the largest and second largest integer from an array
if function is declared as static in one source file, if I would like to use the same function in some other source file...is it possible....how ?
Tell me a C program to display the following Output? 1 1 1 1 1 2 2 2 2 3 3 3 4 4 5
Is c functional or procedural?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
0 Answers MAHINDRA, Protech, Sivan Tech,
where does malloc() function get the memory?
What is #ifdef ? What is its application?