Answer Posted / subash
no inline function there in c language only c++ language
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which function in C can be used to append a string to another string?
When the macros gets expanded?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
What are header files and explain what are its uses in c programming?
Explain how can I prevent another program from modifying part of a file that I am modifying?
What is the difference between #include
Explain what are preprocessor directives?
Create a simple code fragment that will swap the values of two variables num1 and num2.
What is structure data type in c?
Why c is a procedural language?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
Define C in your own Language.
What is line in c preprocessor?
what is the difference between 123 and 0123 in c?
What is the function of multilevel pointer in c?