what is the code to display color fonts in the output?
Answer Posted / guest
printf
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Differentiate between null and void pointers.
What is the difference between arrays and pointers?
What is an expression?
Write a code on reverse string and its complexity.
What is difference between arrays and pointers?
What is the size of enum in c?
What is #line used for?
What is variables in c?
Explain what are compound statements?
Can math operations be performed on a void pointer?
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
What does 1f stand for?
what are enumerations in C
What is the purpose of the statement: strcat (S2, S1)?
What are the restrictions of a modulus operator?