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
Is null always defined as 0(zero)?
Is that possible to add pointers to each other?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
What are two dimensional arrays alternatively called as?
How does pointer work in c?
How is a pointer variable declared?
What is equivalent to ++i+++j?
What is a void pointer in c?
Describe the steps to insert data into a singly linked list.
Define recursion in c.
why we wont use '&' sing in aceesing the string using scanf
What is New modifiers?
what does static variable mean?
Explain high-order and low-order bytes.