Answer Posted / 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 |
Post New Answer View All Answers
write a program to print data of 5 five students with structures?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
Does c have enums?
What is the use of printf() and scanf() functions?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
How do you write a program which produces its own source code as output?
What does printf does?
how to build a exercise findig min number of e heap with list imlemented?
What is a function in c?
What is #include stdio h?
Write a code of a general series where the next element is the sum of last k terms.
Is null valid for pointers to functions?
What is an identifier?
Why is c called c?
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)