How the C program can be compiled?
Answers were Sorted based on User's Feedback
how does printf function work
What are the various types of control structures in programming?
What does the message "automatic aggregate intialization is an ansi feature" mean?
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....
write a program in c to print **** * * * * ****
Why we use int main and void main?
Can the “if” function be used in comparing strings?
write a program for fibonaci series by using while loop in c?
Convert the following expression to postfix and prefix X $ Y Z - M + N + P / Q / (R + S)
Explain what a Binary Search Tree is.
write c program to display output 10(10+20)+(10+20+30)+ ... n term
0 Answers Hindustan Gum Chemicals,
What is the g value paradox?