What is sizeof array?
No Answer is Posted For this Question
Be the First to Post Answer
Why is c platform dependent?
Wt are the Buses in C Language
What are static variables in c?
What are preprocessor directives?
Hai what is the different types of versions and their differences
Explain how do you determine whether to use a stream function or a low-level function?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
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....
which of the function operator cannot be over loaded a) <= b)?: c)== d)*
10 Answers Cisco, CTS, Google, HCL, HP,
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
When should volatile modifier be used?
Write a program to check prime number in c programming?