Answer Posted / bilal
a computer is a set of h/w and s/w components
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is identifier in c?
What are run-time errors?
What is the purpose of type declarations?
Where register variables are stored in c?
Is file a keyword in c?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
What is header file definition?
What are the 5 data types?
What is difference between function overloading and operator overloading?
What is pass by reference in functions?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
What are the types of operators in c?
What does char * * argv mean in c?
Explain what is the benefit of using an enum rather than a #define constant?
What is an lvalue in c?