What are the commands should be given before weiting C
Program i.e, Cd.. like
Post New Answer View All Answers
Can variables be declared anywhere in c?
What does struct node * mean?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
In a header file whether functions are declared or defined?
What is the purpose of ftell?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
What is array within structure?
Explain high-order and low-order bytes.
Explain how can I right-justify a string?
Why do we use & in c?
Why is struct padding needed?
Explain what is wrong with this program statement? Void = 10;
What is #include conio h?
Mention four important string handling functions in c languages .