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
What is self-referential structure in c programming?
Explain what header files do I need in order to define the standard library functions I use?
How many data structures are there in c?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
What are data structures in c and how to use them?
What is %g in c?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
Why c language is called c?
What is a pointer variable in c language?
How are Structure passing and returning implemented by the complier?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
What is nested structure?
What is pointer to pointer in c language?
What does the file stdio.h contain?