Why header file is used in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are different storage class specifiers in c?
Explain the properties of union.
implement OR gate without using any bitwise operator.
What is the purpose of sprintf() function?
I want tcs placement papers of 2004-2009 , its urgent
How do we print only part of a string in c?
Describe dynamic data structure in c programming language?
What is a memory leak? How to avoid it?
Can you please explain the difference between strcpy() and memcpy() function?
plz answer.... write a program that reads line (using getline) e.g."345", converts each line to an integer using "atoi" and computes the average of all the numbers read. also compute the standard deviation.
Which of the following is not an infinite loop ? a.while(1){ .... } b.for(;;){ ... } c.x=0; do{ /*x unaltered within theloop*/ ... }while(x==0); d.# define TRUE 0 ... while(TRUE){ .... }
What is build process in c?