Answer Posted / mitesh
c is a middle level language.it is easy to understand and write the program.
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
What is the difference between a free-standing and a hosted environment?
What is a pointer in c?
What is the difference between union and anonymous union?
Tell me the use of bit field in c language?
Why is c fast?
What are loops in c?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
Explain the bubble sort algorithm.
What is variable declaration and definition in c?
What do the functions atoi(), itoa() and gcvt() do?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
Explain the advantages and disadvantages of macros.
What are the scope of static variables?
When should the const modifier be used?
Explain bitwise shift operators?