What is the benefit of using #define to declare a constant?
No Answer is Posted For this Question
Be the First to Post Answer
write a program that eliminates the value of mathematical constant e by using the formula e=1+1/1!+1/2!+1/3!+
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
Differentiate between Macro and ordinary definition.
write a program to find the sum of the array elements in c language?
24 Answers ICT, Infosys, Wipro,
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
What is logical error?
WHAT IS MAXIMUM SIZE OF AN ARRAY IN C LANGUAGE?
8 Answers Carphone Warehouse, IBM, SAS,
What is the difference between malloc calloc and realloc in c?
Write a program to interchange two variables without using the third variable?
17 Answers Accenture, College School Exams Tests, Infotech,
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
How to declare pointer variables?
Explain the concept and use of type void.