What is data structure in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
What are the commands should be given before weiting C Program i.e, Cd.. like
4 Answers IBM, Infonet, Satyam, Tech Mahindra,
sqrt(x+sqrt(x+sqrt(x+sqrt(x))))=2; Find the value of x?
What is realloc in c?
When would you use a pointer to a function?
void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 Answers C DAC, CDAC, Infosys, Wipro,
4.weight conversion: Write a program that will read weight in pounds and convert it into grams.print both the original weight and the converted value.There are 454 grams in a pound.design and carry out a test plan for this program.
write a program in c language for the multiplication of two matrices using pointers?
Write a program of advanced Fibonacci series.
What are different types of variables in c?
In which language linux is written?
Are the expressions * ptr ++ and ++ * ptr same?
Explain how can I make sure that my program is the only one accessing a file?