Answer Posted / nashiinformaticssolutions
Macros are preprocessor directives defined using #define to create constants or functions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain what happens if you free a pointer twice?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
List the difference between a While & Do While loops?
What is function pointer c?
What are the c keywords?
Explain bitwise shift operators?
I heard that you have to include stdio.h before calling printf. Why?
how can f be used for both float and double arguments in printf? Are not they different types?
What is the difference between ++a and a++?
What is the use of function in c?
Calculate 1*2*3*____*n using recursive function??
What does main () mean in c?
how to execute a program using if else condition and the output should enter number and the number is odd only...
what is recursion in C
What is difference between structure and union?