what is an inline function?
Answers were Sorted based on User's Feedback
Answer / naveen shukla
inline function is basically a language construct which tell
the compiler to have a full function statement in the
program where the function is used
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / srinivasroyal
inline function means where the function call is replaced by
the function defination.(which can be expands in a line).
| Is This Answer Correct ? | 2 Yes | 0 No |
3. Program to print all possible substrings. ex: String S St Str Stri Strin String t tr tri trin tring r
Add Two Numbers Without Using the Addition Operator
Linked lists -- can you tell me how to check whether a linked list is circular?
What’s a signal? Explain what do I use signals for?
How can I direct output to the printer?
how to make c program without a libary? e.g.#include<stdio.h> libary is not in c progaram.
what are the languages used in c#?
what is available in C language but not in C++?
10 Answers CTS, TCS,
i have a written test for microland please give me test pattern
How can you restore a redirected standard stream?
Explain how can you tell whether two strings are the same?
How to add two numbers without using semicolon n c????