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


Please Help Members By Posting Answers For Below Questions

What is context in c?

541


What is the general form of function in c?

610


what is the difference between class and unio?

1862


Is c procedural or functional?

588


Explain what is the most efficient way to store flag values?

700






What are enumerated types?

656


stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.

1856


Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)

5806


Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)

1866


Explain the difference between ++u and u++?

640


What is define directive?

642


Is return a keyword in c?

598


What is action and transformation in spark?

598


What is an example of structure?

588


Why can arithmetic operations not be performed on void pointers?

590