Answer Posted / nashiinformaticssolutions
It combines features of high-level and low-level languages.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
List some of the static data structures in C?
Explain what is the difference between functions abs() and fabs()?
Which is best linux os?
How can you check to see whether a symbol is defined?
Explain what is a pragma?
What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
What is hash table in c?
What are linked lists in c?
Is c call by value?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
What are the differences between Structures and Arrays?
What is the difference between functions getch() and getche()?
What is an endless loop?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?