Are comments included during the compilation stage and placed in the EXE file as well?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of header files?
Why can't I perform arithmetic on a void* pointer?
What is .obj file in c?
Why is sprintf unsafe?
Describe the order of precedence with regards to operators in C.
Explain how can I prevent another program from modifying part of a file that I am modifying?
What is the importance of c in your views?
Write a C program to multiply tho numbers without using arithmetic operator (+, -, *, /).
how 2 compile & execute c program with out using editor?
what will be maximum number of comparisons when number of elements are given?
Ow can I insert or delete a line (or record) in the middle of a file?
Develop a program that computes the new price of an item. The program should receive a character variable colour and a double precision floating-point variable price from the user. Discount rate is determined based on the colour of the discount sticker, as shown in the following table. An error message should be printed if an invalid colour has been entered