Answer Posted / matloob
c is a middle level language.
c is the mother of all the language.
c language is not a machine independent language.
| Is This Answer Correct ? | 22 Yes | 10 No |
Post New Answer View All Answers
What are the advantages of using Unions?
Is it possible to pass an entire structure to functions?
What is scanf () in c?
What is a volatile keyword in c?
write a program to rearrange the array such way that all even elements should come first and next come odd
What is table lookup in c?
How can I determine whether a machines byte order is big-endian or little-endian?
What are the different types of constants?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
What is clrscr ()?
How are portions of a program disabled in demo versions?
How can I copy just a portion of a string?
What is the difference between pure virtual function and virtual function?
praagnovation
What are pointers? What are stacks and queues?