what is an inline fuction??
Answers were Sorted based on User's Feedback
Answer / reegan
inline function is not end of loop function with in this
function
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / g.archana
The Inline function is mainly used for increase the speed
of programming process(or) excution.
because the inline is the key word which used in this
program, then first excute that Statement only.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are qualifiers and modifiers c?
how we can say java is platform independent, while we require JVM for that particular Operating System?
Why cann't whole array can be passed to function as value.
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
Reverse the bit order in a single macro. eg. i/p = 10010101 --> o/p = 10101001
what is the first address that gets stored in stack according to a C or C++ compiler???? or what will be the first address that gets stored when we write a C source code????????
What is the difference between Printf(..) and sprint(...) ?
O,T,T,F,F,S,S,E,N,?,?,?,T,F,F,S,S,E,N
What is the significance of c program algorithms?
1 1 12 21 123 321 12344231 how i creat it with for loop??
write a program that print itself even if the source file is deleted?
can u write a program in C, which does not use = (eqaul)or any arithmatic assignment(like -=,+=,*= etc) operator to swap to number?