Answer Posted / amit soni
c is a low level language. this characterization is not
pejorative;it is simply means that C deals with some sort of
objects that most computer do,namely character number and
address.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
How can I copy just a portion of a string?
Can you pass an entire structure to functions?
How can I run c program?
What is a example of a variable?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
What are the advantages of Macro over function?
Why do we use return in c?
Write a program which returns the first non repetitive character in the string?
Is using exit() the same as using return?
Why is extern used in c?
What is #pragma statements?
Apart from dennis ritchie who the other person who contributed in design of c language.
Why do we need arrays in c?
How to write a code for reverse of string without using string functions?
What are Macros? What are its advantages and disadvantages?