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 are the 5 elements of structure?
What is volatile, register definition in C
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
What is property type c?
What is bash c?
Multiply an Integer Number by 2 Without Using Multiplication Operator
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
Write a program of advanced Fibonacci series.
Why do we use return in c?
How do I use strcmp?
Explain how can I convert a string to a number?
Explain how to reverse singly link list.
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
What is the difference between memcpy and memmove?
What is the deal on sprintf_s return value?