Why is C language being considered a middle level language?
No Answer is Posted For this Question
Be the First to Post Answer
how to add our own function in c library please give details.?
What are the basic data types associated with c?
How do you define a string?
how we can make 3d venturing graphics on outer interface
explain about storage of union elements.
How to convert a binary number to Hexa decimal number?? (Note:Do not convert it into binary and to Hexadecimal)
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
What is difference between union and structure in c?
Can variables be declared anywhere in c?
How to write c functions that modify head pointer of a linked list?
How to reverse a string using a recursive function, with swapping?
how to add two numbers without using arithmetic operators?