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
How can type-insensitive macros be created?
How do I use strcmp?
program for reversing a selected line word by word when multiple lines are given without using strrev
What are the 5 types of inheritance in c ++?
What is the argument of a function in c?
How can I read/write structures from/to data files?
Why is it important to memset a variable, immediately after allocating memory to it ?
Can a pointer be static?
Write a program to print numbers from 1 to 100 without using loop in c?
What are 3 types of structures?
What are the 32 keywords in c?
What is null in c?
How do I get a null pointer in my programs?
What are the ways to a null pointer can use in c programming language?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above