what is the code to display color fonts in the output?
what is the diff between the printf and sprintf functions?? and what is the syntax for this two functions ??
what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }
What is c system32 taskhostw exe?
Can the curly brackets { } be used to enclose a single line of code?
If null and 0 are equivalent as null pointer constants, which should I use?
Why are all header files not declared in every c program?
write a c program to find biggest of 3 number without relational operator?
what does keyword ‘extern’ mean in a function declaration?
what is c language.
simple program of graphics and thier outpu display with a want what is out put of graohics in c language
Write a program to print ASCII code for a given digit.
Where we use clrscr in c?