Explain the use of fflush() function?
5. distance conversion: Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer
Explain what standard functions are available to manipulate strings?
difference between malloc and calloc
write a c program to find the square of a 5 digit number and print the result.
5 Answers Accenture, Sasken, Vimukti Technologies,
Write a program to print fibonacci series using recursion?
Explain what is the difference between null and nul?
what is the full form of c language
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
What is volatile c?
what is the difference between structural,object based,object orientd programming languages?
is it possible to create your own header files?
1.What is a Data Structure? Explain its need? 2.What is a Directed Graph? Write an algorithm to find whether a Directed Graph is connected or not? 3.Explain the process of converting a Tree to a Binary Tree.