what is the code to display color fonts in the output?
what is pointer?
Why c is procedure oriented?
program to find the second largest word in a paragraph amongst all words that repeat more thn twice
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
How to swap two values using a single variable ? condition: Not to use Array and Pointer ?
Give a method to count the number of ones in a 32 bit number?
what is the difference between class and unio?
how to swap two integers 1 and 32767 without using third variable
How can I find leaf node with smallest level in a binary tree?
Write a program which returns the first non repetitive character in the string?
Why is c fast?
what will be the output of" printf("%d%d",scanf("%d% d",&a&b));"