Answer Posted / avinash
HIGH LEVEL HAS THE FLEXIBILITY AND CAPACITY TO UNDERSTAND
THE PROGRAME AND INSTRUCTIONS OF THE USER AND MACHINE
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Find MAXIMUM of three distinct integers using a single C statement
Why is c called a mid-level programming language?
What is break statement?
What is the purpose of scanf() and printf() functions?
How do you override a defined macro?
What is the best organizational structure?
Can include files be nested? How many levels deep can include files be nested?
Why is c platform dependent?
What is the difference between typedef and #define?
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA
What functions are used in dynamic memory allocation in c?
What is derived datatype in c?
in iso what are the common technological language?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
Why dont c comments nest?