What are pointers? What are different types of pointers?
No Answer is Posted For this Question
Be the First to Post Answer
Is it better to use malloc() or calloc()?
What is the general form of function in c?
Explain a file operation in C with an example.
write a c program to find the square of a 5 digit number and print the result.
5 Answers Accenture, Sasken, Vimukti Technologies,
consider the following program sigment int n,sum=1; switch(n) { case 2:sum=sum+2; case 3:sum*=2; break; default:sum=0;} if n=2, what is the value of sum a.0 b.6 c.3 d.none
How can a program be made to print the name of a source file where an error occurs?
write a programming in c language, 1 3 5 7 9 11
c program to compute AREA under integral
totally how much header files r in c language
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
what is a c-language.what is do.
What is a good way to implement complex numbers in c?