What is the auto keyword good for?
No Answer is Posted For this Question
Be the First to Post Answer
How can I generate floating-point random numbers?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
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....
difference between the array and linked list general difference related to memory
1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
How to define structures? ·
write a program for size of a data type without using sizeof() operator?
22 Answers HCL, IBM,
What does c mean before a date?
What's the difference between constant char *p and char * constant p?
What are local variables c?
What is the use of c language in real life?
Write a program to reverse a string.
0 Answers Global Logic, iNautix, TCS, Wipro,