What does %p mean?
No Answer is Posted For this Question
Be the First to Post Answer
Was 2000 a leap year?
Explain main function in c?
What is printf () in c?
WHOT IS CHAR?
Why static variable is used in c?
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....
Why does not use getgh(); and <conio.h> in c language.
What is #include stdio h?
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); }
27 Answers Advent Global Solutions, CitiGroup, Valeo Lighting Systems India Private Limited, Vishal Transformers, Wipro, Zencer,
write a program structure to find average of given number
1.find the second maximum in an array? 2.how do you create hash table in c? 3.what is hash collision
Differentiate between ordinary variable and pointer in c.