Answer Posted / rakshitha
No inline functions r not ther in c. its only in c++, in
c++ it is used to replace function call with the body of
the function..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is actual argument?
What is an auto keyword in c?
Explain the difference between getch() and getche() in c?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
Explain enumerated types in c language?
Explain void pointer?
Do pointers need to be initialized?
What is break statement?
What is cohesion in c?
Combinations of fibanocci prime series
Define Spanning-Tree Protocol (STP)
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
What is wild pointer in c with example?
Why c language is called c?
Is c easy to learn?