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 |
State two uses of pointers in C?
What is the difference between local variable and global variable in c?
What is a buffer in c?
How can I find the modification date of a file?
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
How do you use a pointer to a function?
List out few of the applications that make use of Multilinked Structures?
Explain what is a stream?
What is the use of sizeof?
Can a program have multiple main() functions?
Why ca not I do something like this?
Distinguish between actual and formal arguments.