Answer Posted / himesh
C is a computer language. It is a procedural and case sensitive language.
| Is This Answer Correct ? | 4 Yes | 13 No |
Post New Answer View All Answers
Is c is a middle level language?
Is it better to use a macro or a function?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
Can a variable be both constant and volatile?
Explain what is wrong with this program statement?
How do you use a 'Local Block'?
What is static function in c?
in iso what are the common technological language?
Explain how can I read and write comma-delimited text?
How are Structure passing and returning implemented by the complier?
Explain how do you determine the length of a string value that was stored in a variable?
What is void main () in c?
Can we add pointers together?
What is the c value paradox and how is it explained?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;