What are macros in C?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
Macros are preprocessor directives defined using #define to create constants or functions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Macros are preprocessor directives defined using #define to create constants or functions.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can a program be made to print the line number where an error occurs?
if ENTERED FIVE DIGITS DESIGN A PROGRAM THAT WILL FIND CORRESPONDING VALUE FROM ASCII TABLE
What is size of union in c?
What is the difference between malloc() and calloc()?
program to find a smallest number in an array
1. main() { printf("%d",printf("HelloSoft")); } Output?
the data type used for unlimited value in c and how to do this program
How to add two numbers with using function?
What are structure types in C?
related to rdbms query .
Write a program to swap two numbers without using a temporary variable?
Why c is known as a mother language?