Answer Posted / d
c language is middlelevel langauage
it follows
higher and low level language
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Write a program to swap two numbers without using third variable in c?
How does placing some code lines between the comment symbol help in debugging the code?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
What does struct node * mean?
Find MAXIMUM of three distinct integers using a single C statement
What is a null pointer in c?
What is variable and explain rules to declare variable in c?
What is the use of linkage in c language?
Explain what is a static function?
What is typeof in c?
Explain the concept and use of type void.
Explain how does free() know explain how much memory to release?
What is "Duff's Device"?
Explain how can you determine the size of an allocated portion of memory?
Is there any possibility to create customized header file with c programming language?