Explain that why C is procedural?
What is the code in while loop that returns the output of given code?
What is c++ used for today?
What does the file stdio.h contain?
I use turbo C which allocates 2 bytes for integers and 4 bytes for long. I tried to declare array of size 500000 of long type using the following code... long *arr; arr=(long *)(malloc)(500000 * sizeof(long)); It gives a warning that "Conversion may lose significant digits in function main"... And the resulting array size was very less around 8400 as compared to 500000. Any suggestions will be welcomed....
What's the right way to use errno?
1 1 2 1 2 3 1 2 3 4 1 2 3 1 2 1 generate this output using for loop
how to find out the biggest element (or any other operation) in an array which is dynamic. User need not to mention the array size while executing.
Calculate 1*2*3*____*n using recursive function??
What ios diff. Between %e & %f?
What is a method in c?
write a program to gat the digt sum of a number (et. 15= >1+5=6)
What is clrscr in c?