Answer Posted / reegan
inline function is not end of loop function with in this
function
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the ternary tree?
Why c is called procedure oriented language?
How do I send escape sequences to control a terminal or other device?
What is New modifiers?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
How do you search data in a data file using random access method?
Are the variables argc and argv are always local to main?
Why does not c have an exponentiation operator?
What are runtime error?
How do you use a 'Local Block'?
What are the different types of data structures in c?
Are negative numbers true in c?
Is struct oop?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
Why do we need volatile in c?