Answer Posted / rakshitha
No inline functions r not ther in c. its only in c++, in
c++ it is used to replace function call with the body of
the function..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can I change their mode to binary?
What is #ifdef ? What is its application?
C program to find all possible outcomes of a dice?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
Lists the benefits of c programming language?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
What is static memory allocation? Explain
difference between object file and executable file
How can you increase the size of a dynamically allocated array?
What is the difference between the expression “++a” and “a++”?
write a program in c language to print your bio-data on the screen by using functions.
What is data type long in c?
How can you determine the maximum value that a numeric variable can hold?
What is spark map function?
Can variables be declared anywhere in c?